Spaces:
Runtime error
Runtime error
Yash Sachdeva
commited on
Commit
•
3e0e8cb
1
Parent(s):
6a50606
quuestion_paper
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
FROM python:3.10.9
|
2 |
|
3 |
-
# Copy the current directory contents into the container at .
|
4 |
-
COPY . .
|
5 |
-
|
6 |
# Set the working directory to /
|
7 |
WORKDIR /
|
8 |
|
|
|
|
|
|
|
9 |
RUN pip install transformers
|
10 |
|
11 |
# Install pytorch starts
|
|
|
1 |
FROM python:3.10.9
|
2 |
|
|
|
|
|
|
|
3 |
# Set the working directory to /
|
4 |
WORKDIR /
|
5 |
|
6 |
+
# Copy the current directory contents into the container at .
|
7 |
+
COPY . .
|
8 |
+
|
9 |
RUN pip install transformers
|
10 |
|
11 |
# Install pytorch starts
|