nateraw commited on
Commit
2b86492
1 Parent(s): 841a5b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -7
Dockerfile CHANGED
@@ -30,13 +30,13 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \
30
  unzip -o $PROTOC_ZIP -d /usr/local 'include/*' && \
31
  rm -f $PROTOC_ZIP
32
 
33
- RUN add-apt-repository ppa:flexiondotorg/nvtop && \
34
- apt-get upgrade -y && \
35
- apt-get install -y --no-install-recommends nvtop
36
 
37
- RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
38
- apt-get install -y nodejs && \
39
- npm install -g configurable-http-proxy
40
 
41
  # Create a working directory
42
  WORKDIR /app
@@ -105,7 +105,7 @@ COPY --chown=user . $HOME/app
105
 
106
  RUN chmod +x start_server.sh
107
 
108
- COPY --chown=user login.html /home/user/miniconda/lib/python3.9/site-packages/jupyter_server/templates/login.html
109
 
110
  ENV PYTHONUNBUFFERED=1 \
111
  GRADIO_ALLOW_FLAGGING=never \
 
30
  unzip -o $PROTOC_ZIP -d /usr/local 'include/*' && \
31
  rm -f $PROTOC_ZIP
32
 
33
+ # RUN add-apt-repository ppa:flexiondotorg/nvtop && \
34
+ # apt-get upgrade -y && \
35
+ # apt-get install -y --no-install-recommends nvtop
36
 
37
+ # RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
38
+ # apt-get install -y nodejs && \
39
+ # npm install -g configurable-http-proxy
40
 
41
  # Create a working directory
42
  WORKDIR /app
 
105
 
106
  RUN chmod +x start_server.sh
107
 
108
+ # COPY --chown=user login.html /home/user/miniconda/lib/python3.9/site-packages/jupyter_server/templates/login.html
109
 
110
  ENV PYTHONUNBUFFERED=1 \
111
  GRADIO_ALLOW_FLAGGING=never \