EurekaPotato commited on
Commit
5fb1b5c
·
verified ·
1 Parent(s): 2ec7684

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
7
- RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  COPY handler.py .
10
 
 
4
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
7
+ RUN pip install -r requirements.txt
8
 
9
  COPY handler.py .
10