File tree 3 files changed +6
-13
lines changed
3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,6 @@ 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
-
51
40
# Create virtual environment with proper permissions
52
41
ENV VIRTUAL_ENV=/home/vscode/venv
53
42
RUN python -m venv $VIRTUAL_ENV && \
Original file line number Diff line number Diff line change 16
16
" ms-azuretools.vscode-docker" ,
17
17
" ms-toolsai.jupyter-renderers" ,
18
18
" ms-toolsai.jupyter" ,
19
- " ms-toolsai.jupyter-keymap"
19
+ " ms-toolsai.jupyter-keymap" ,
20
+ " donjayamanne.vscode-default-python-kernel"
21
+
20
22
],
21
23
"settings" : {
22
24
"python.defaultInterpreterPath" : " /home/vscode/venv/bin/python" ,
Original file line number Diff line number Diff line change 16
16
" ms-azuretools.vscode-docker" ,
17
17
" ms-toolsai.jupyter-renderers" ,
18
18
" ms-toolsai.jupyter" ,
19
- " ms-toolsai.jupyter-keymap"
19
+ " ms-toolsai.jupyter-keymap" ,
20
+ " donjayamanne.vscode-default-python-kernel"
21
+
20
22
],
21
23
"settings" : {
22
24
"python.defaultInterpreterPath" : " /home/vscode/venv/bin/python" ,
You can’t perform that action at this time.
0 commit comments