Spaces:
Running
Running
Commit
·
8d7b928
1
Parent(s):
f132043
adicionando permiçoes 777 pq sim so quero que funcione
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -20,5 +20,7 @@ VOLUME /code/app
|
|
20 |
VOLUME /code/deepspeech-ht/model
|
21 |
|
22 |
COPY . .
|
|
|
|
|
23 |
|
24 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
20 |
VOLUME /code/deepspeech-ht/model
|
21 |
|
22 |
COPY . .
|
23 |
+
RUN chmod -R 777 /code
|
24 |
+
|
25 |
|
26 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|