Spaces:
Build error
Build error
Commit ·
6534945
1
Parent(s): 6190131
change permisions
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,6 @@ COPY requirements.txt ./
|
|
| 13 |
COPY src/ ./src/
|
| 14 |
|
| 15 |
RUN pip3 install -r requirements.txt
|
| 16 |
-
RUN chmod +w src/feedback.tsv
|
| 17 |
|
| 18 |
EXPOSE 8501
|
| 19 |
|
|
|
|
| 13 |
COPY src/ ./src/
|
| 14 |
|
| 15 |
RUN pip3 install -r requirements.txt
|
|
|
|
| 16 |
|
| 17 |
EXPOSE 8501
|
| 18 |
|