smjain commited on
Commit
c12c9ce
1 Parent(s): 515828c

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN git lfs install && git lfs pull
29
  # Also, install Flask and av as specified
30
  RUN pip install --upgrade pip && \
31
  pip install --upgrade -r requirements.txt --no-cache-dir && \
32
- pip install flask av boto3 flask_dance
33
 
34
  # Move PyTorch model weights into the weights directory if necessary
35
  RUN mv *.pth weights/ || echo "No weights to move"
 
29
  # Also, install Flask and av as specified
30
  RUN pip install --upgrade pip && \
31
  pip install --upgrade -r requirements.txt --no-cache-dir && \
32
+ pip install flask av boto3 flask_dance runpod
33
 
34
  # Move PyTorch model weights into the weights directory if necessary
35
  RUN mv *.pth weights/ || echo "No weights to move"