File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,17 @@ ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES:+$NVIDIA_DRIVER_CAPA
37
37
# Create and set proper permissions for workspace directory
38
38
RUN mkdir -p /workspace && chown -R $USERNAME:$USERNAME /workspace && chmod -R 755 /workspace
39
39
40
+ # Create and set permissions for Artemis testing directory
41
+ # RUN mkdir -p /var/tmp/testing-dir && \
42
+ # chmod -R 755 /var/tmp/testing-dir && \
43
+ # chown -R $USERNAME:$USERNAME /var/tmp/testing-dir
44
+
45
+ # # Ensure /var/tmp exists with correct permissions
46
+ # RUN chmod 1777 /var/tmp && \
47
+ # touch /var/tmp/script.sh && \
48
+ # chmod 755 /var/tmp/script.sh && \
49
+ # chown $USERNAME:$USERNAME /var/tmp/script.sh
50
+
40
51
# Create virtual environment with proper permissions
41
52
ENV VIRTUAL_ENV=/home/vscode/venv
42
53
RUN python -m venv $VIRTUAL_ENV && \
You can’t perform that action at this time.
0 commit comments