xynull commited on
Commit
50c6d0e
·
1 Parent(s): 7e3102c

Add application file

Browse files
Files changed (1) hide show
  1. 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"]