Spaces:
Runtime error
Runtime error
Add application file
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -10,4 +10,6 @@ COPY . .
|
|
10 |
|
11 |
RUN mkdir /.cache
|
12 |
|
|
|
|
|
13 |
CMD ["python", "gpt2.py"]
|
|
|
10 |
|
11 |
RUN mkdir /.cache
|
12 |
|
13 |
+
RUN python gpt2.py
|
14 |
+
|
15 |
CMD ["python", "gpt2.py"]
|