Spaces:
Runtime error
Runtime error
j commited on
Commit ·
a600d95
1
Parent(s): d980250
revert to teamjn dockerhub image for testing retries
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM
|
| 2 |
WORKDIR /app
|
| 3 |
USER root
|
| 4 |
RUN mkdir /.cache
|
|
|
|
| 1 |
+
FROM teamjn/reaspeech-hf:latest
|
| 2 |
WORKDIR /app
|
| 3 |
USER root
|
| 4 |
RUN mkdir /.cache
|