Spaces:
Runtime error
Runtime error
Add application file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
RUN mkdir /.cache
|
12 |
|
13 |
RUN python gpt2.py
|
14 |
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
RUN mkdir -p /.cache/huggingface
|
12 |
|
13 |
RUN python gpt2.py
|
14 |
|