Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ WORKDIR /usr/src/app
|
|
| 20 |
|
| 21 |
# install dependcies
|
| 22 |
RUN conda install -y pandas numpy scikit-learn
|
| 23 |
-
RUN pip3 install torch torchvision torchaudio
|
| 24 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 25 |
|
| 26 |
#if you need to download executable and run them switch to the default non-root user
|
|
|
|
| 20 |
|
| 21 |
# install dependcies
|
| 22 |
RUN conda install -y pandas numpy scikit-learn
|
| 23 |
+
#RUN pip3 install torch torchvision torchaudio
|
| 24 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 25 |
|
| 26 |
#if you need to download executable and run them switch to the default non-root user
|