Spaces:
Runtime error
Runtime error
Create Dockerfile
Browse files- Dockerfile +9 -0
Dockerfile
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM ghcr.io/gordonchanfz/open-model-api-adapt:latest
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
COPY . .
|
| 6 |
+
|
| 7 |
+
RUN mkdir /.cache && chmod 777 /.cache
|
| 8 |
+
|
| 9 |
+
CMD ["python", "server.py"]
|