Skip to content

Commit 0340a96

Browse files
committed
add potential dockerfile for ARTEMIS
1 parent 19fc667 commit 0340a96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES:+$NVIDIA_DRIVER_CAPA
3737
# Create and set proper permissions for workspace directory
3838
RUN mkdir -p /workspace && chown -R $USERNAME:$USERNAME /workspace && chmod -R 755 /workspace
3939

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+
4051
# Create virtual environment with proper permissions
4152
ENV VIRTUAL_ENV=/home/vscode/venv
4253
RUN python -m venv $VIRTUAL_ENV && \

0 commit comments

Comments
 (0)