Skip to content

Commit 412d2f7

Browse files
committed
clean up
1 parent 0340a96 commit 412d2f7

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.devcontainer/Dockerfile

-11
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ 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-
5140
# Create virtual environment with proper permissions
5241
ENV VIRTUAL_ENV=/home/vscode/venv
5342
RUN python -m venv $VIRTUAL_ENV && \

.devcontainer/devcontainer.linux.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"ms-azuretools.vscode-docker",
1717
"ms-toolsai.jupyter-renderers",
1818
"ms-toolsai.jupyter",
19-
"ms-toolsai.jupyter-keymap"
19+
"ms-toolsai.jupyter-keymap",
20+
"donjayamanne.vscode-default-python-kernel"
21+
2022
],
2123
"settings": {
2224
"python.defaultInterpreterPath": "/home/vscode/venv/bin/python",

.devcontainer/devcontainer.wsl2.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"ms-azuretools.vscode-docker",
1717
"ms-toolsai.jupyter-renderers",
1818
"ms-toolsai.jupyter",
19-
"ms-toolsai.jupyter-keymap"
19+
"ms-toolsai.jupyter-keymap",
20+
"donjayamanne.vscode-default-python-kernel"
21+
2022
],
2123
"settings": {
2224
"python.defaultInterpreterPath": "/home/vscode/venv/bin/python",

0 commit comments

Comments
 (0)