lolout1 commited on
Commit
88f4880
·
1 Parent(s): 0b9a79d

testing new app.py and Dockerfile configs

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -45,8 +45,7 @@ ENV FORCE_CUDA="0"
45
  ENV TORCH_CUDA_ARCH_LIST=""
46
 
47
  # Copy and install requirements
48
- COPY --chown=user:user requirements-no-torch.txt requirements.txt
49
- RUN pip install --user --no-cache-dir -r requirements-no-torch.txt
50
 
51
  # Copy app files
52
  COPY --chown=user:user . .
 
45
  ENV TORCH_CUDA_ARCH_LIST=""
46
 
47
  # Copy and install requirements
48
+ RUN pip install --user --no-cache-dir -r requirements.txt
 
49
 
50
  # Copy app files
51
  COPY --chown=user:user . .