mpsk commited on
Commit
bc67bfb
1 Parent(s): 91f681d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir --upgrade pip
23
  COPY --chown=user . $HOME/app
24
 
25
 
26
- RUN pip install --no-cache-dir -r ./requirements.tct
27
 
28
  EXPOSE 7860
29
 
 
23
  COPY --chown=user . $HOME/app
24
 
25
 
26
+ RUN pip install --no-cache-dir -r ./requirements.txt
27
 
28
  EXPOSE 7860
29