Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -23,6 +23,7 @@ RUN pip install -e .
|
|
23 |
|
24 |
# install dependcies
|
25 |
RUN conda install -y pandas numpy scikit-learn
|
|
|
26 |
RUN pip install --no-cache-dir -r requirements.txt
|
27 |
|
28 |
# Activate the environment by default when starting the container
|
|
|
23 |
|
24 |
# install dependcies
|
25 |
RUN conda install -y pandas numpy scikit-learn
|
26 |
+
RUN pip3 install torch torchvision torchaudio
|
27 |
RUN pip install --no-cache-dir -r requirements.txt
|
28 |
|
29 |
# Activate the environment by default when starting the container
|