We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87204c commit 8b612e5Copy full SHA for 8b612e5
1 file changed
Dockerfile
@@ -67,5 +67,8 @@ RUN find . -type f \
67
-not -name "*.tar.*" \
68
-exec sed -i 's/\r$//' {} +
69
70
+# write out to the bashrc to source conda and activate the environment on container startup
71
+RUN echo 'conda activate gpu-flopbench' >> ~/.bashrc
72
+
73
# one of the issues with a windows host is that the execute permissions are not preserved when copying files into the container
74
# this is okay, and it seems like everything works fine without needing to change it.
0 commit comments