Qilan2 commited on
Commit
867524f
·
verified ·
1 Parent(s): b2a85ce

Update dockerfile/Dockerfile12

Browse files
Files changed (1) hide show
  1. dockerfile/Dockerfile12 +0 -6
dockerfile/Dockerfile12 CHANGED
@@ -58,12 +58,6 @@ RUN npm install -g configurable-http-proxy
58
  RUN echo "root ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
59
  chmod 0440 /etc/sudoers
60
 
61
- WORKDIR /app
62
-
63
- COPY --chown=user ./requirements.txt requirements.txt
64
- RUN uv pip install -r requirements.txt
65
-
66
- WORKDIR /data
67
 
68
  # 设置环境变量
69
  ENV JUPYTER_RUNTIME_DIR=/tmp/app/runtime
 
58
  RUN echo "root ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
59
  chmod 0440 /etc/sudoers
60
 
 
 
 
 
 
 
61
 
62
  # 设置环境变量
63
  ENV JUPYTER_RUNTIME_DIR=/tmp/app/runtime