Mimi commited on
Commit
8f04751
·
1 Parent(s): 763b025

why am i not doing this locally. Good question mimi

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR $HOME/app
11
  COPY --chown=user . $HOME/app
12
  # Install system dependencies and requirements
13
  RUN pip install --no-cache-dir --upgrade pip && \
14
- pip install --no-cache-dir -r /app/requirements.txt && \
15
  huggingface-cli login --token $HF_TOKEN
16
 
17
  EXPOSE 7860
 
11
  COPY --chown=user . $HOME/app
12
  # Install system dependencies and requirements
13
  RUN pip install --no-cache-dir --upgrade pip && \
14
+ pip install --no-cache-dir -r $HOME/app/requirements.txt && \
15
  huggingface-cli login --token $HF_TOKEN
16
 
17
  EXPOSE 7860