testing new app.py and Dockerfile configs
Browse files- 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 |
-
|
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 . .
|