tommy24 commited on
Commit
cac5c25
·
1 Parent(s): 50b28cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,8 +13,8 @@ RUN pip3 install pandas scipy matplotlib && \
13
  pip3 install ipywidgets && \
14
  pip3 install torch torchvision torchaudio
15
 
16
- USER dawnsaju-server
17
 
18
  EXPOSE 7860
19
 
20
- ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/dawnsaju-server --host 0.0.0.0 --port 7860 --without-connection-token \"${@}\"", "--" ]
 
13
  pip3 install ipywidgets && \
14
  pip3 install torch torchvision torchaudio
15
 
16
+ USER openvscode-server
17
 
18
  EXPOSE 7860
19
 
20
+ ENTRYPOINT [ "/bin/sh", "-c", "exec ${OPENVSCODE_SERVER_ROOT}/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token \"${@}\"", "--" ]