Spaces:
No application file
No application file
Update docker
Browse files
docker
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
docker run -it -p 7860:7860 --platform=linux/amd64 \
|
2 |
registry.hf.space/washedashore-iykyk:latest python app.py
|
3 |
-
|
4 |
-
# you will also find guides on how best to write your Dockerfile
|
5 |
|
6 |
FROM python:3.9
|
7 |
|
|
|
1 |
docker run -it -p 7860:7860 --platform=linux/amd64 \
|
2 |
registry.hf.space/washedashore-iykyk:latest python app.py
|
3 |
+
|
|
|
4 |
|
5 |
FROM python:3.9
|
6 |
|