Spaces:
Running
Running
Commit
·
27644ca
1
Parent(s):
86006fe
Update warmup script
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ RUN pip --no-cache-dir install transformers sentencepiece protobuf
|
|
| 19 |
COPY public-apps/ /public-apps
|
| 20 |
RUN mkdir -p /data
|
| 21 |
RUN chmod 777 /data
|
| 22 |
-
RUN /app/bin/warmup_apps
|
|
|
|
| 19 |
COPY public-apps/ /public-apps
|
| 20 |
RUN mkdir -p /data
|
| 21 |
RUN chmod 777 /data
|
| 22 |
+
RUN /app/bin/warmup_apps
|