Spaces:
Runtime error
Runtime error
Yash Sachdeva
commited on
Commit
·
965dcf3
1
Parent(s):
cc94792
pytorch
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -10,8 +10,7 @@ RUN pip install transformers
|
|
10 |
|
11 |
# Install pytorch starts
|
12 |
|
13 |
-
RUN
|
14 |
-
RUN pip install torchvision
|
15 |
|
16 |
#Install pytorch ends
|
17 |
|
|
|
10 |
|
11 |
# Install pytorch starts
|
12 |
|
13 |
+
RUN conda install pytorch torchvision torchaudio cpuonly -c pytorch
|
|
|
14 |
|
15 |
#Install pytorch ends
|
16 |
|