Washedashore commited on
Commit
ccee8ac
·
verified ·
1 Parent(s): 6859139

Update docker

Browse files
Files changed (1) hide show
  1. docker +1 -2
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
- # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
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