File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -582,8 +582,8 @@ ENV PATH=$PATH:/opt/ort/bin
582
582
USER $USER
583
583
WORKDIR $HOME
584
584
585
- # Ensure that the ORT data directory exists to be able to mount the config into it with correct permissions.
586
- RUN mkdir -p "$HOME/.ort"
585
+ # Ensure that these directories exist in the container to be able to mount directories from the host into them with correct permissions.
586
+ RUN mkdir -p "$HOME/.ort" "$HOME/.gradle"
587
587
588
588
ENTRYPOINT ["/opt/ort/bin/ort" ]
589
589
@@ -598,7 +598,7 @@ ENV PATH=$PATH:/opt/ort/bin
598
598
USER $USER
599
599
WORKDIR $HOME
600
600
601
- # Ensure that the ORT data directory exists to be able to mount the config into it with correct permissions.
602
- RUN mkdir -p "$HOME/.ort"
601
+ # Ensure that these directories exist in the container to be able to mount directories from the host into them with correct permissions.
602
+ RUN mkdir -p "$HOME/.ort" "$HOME/.gradle"
603
603
604
604
ENTRYPOINT ["/opt/ort/bin/ort" ]
You can’t perform that action at this time.
0 commit comments