Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,8 @@ RUN mkdir -p /data
|
|
| 9 |
RUN chmod 777 /data
|
| 10 |
RUN mkdir -p /.cache
|
| 11 |
RUN chmod 777 /.cache
|
|
|
|
|
|
|
| 12 |
|
| 13 |
# Expose the model on port 8080
|
| 14 |
EXPOSE 8080
|
|
|
|
| 9 |
RUN chmod 777 /data
|
| 10 |
RUN mkdir -p /.cache
|
| 11 |
RUN chmod 777 /.cache
|
| 12 |
+
RUN mkdir -p /.triton
|
| 13 |
+
RUN chmod 777 /.triton
|
| 14 |
|
| 15 |
# Expose the model on port 8080
|
| 16 |
EXPOSE 8080
|