Washedashore commited on
Commit
d6f7333
·
verified ·
1 Parent(s): 0017b48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
- FROM python:3.9
 
 
2
 
3
  WORKDIR /code
4
 
 
1
+ docker run -it -p 7860:7860 --platform=linux/amd64 \
2
+ registry.hf.space/washedashore-mllm-washed:latest
3
+ FROM python:3.9
4
 
5
  WORKDIR /code
6