Spaces:
Runtime error
Runtime error
Yash Sachdeva
commited on
Commit
•
bb0f9ac
1
Parent(s):
965dcf3
pytorch
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN pip install transformers
|
|
10 |
|
11 |
# Install pytorch starts
|
12 |
|
13 |
-
RUN
|
14 |
|
15 |
#Install pytorch ends
|
16 |
|
|
|
10 |
|
11 |
# Install pytorch starts
|
12 |
|
13 |
+
RUN pip install torch
|
14 |
|
15 |
#Install pytorch ends
|
16 |
|