banao-tech commited on
Commit
ebb7fc7
·
verified ·
1 Parent(s): b5c6aca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM alpine:latest as auth
5
  RUN apk add --no-cache docker-cli
6
  RUN echo "$HF_TOKEN" | docker login registry.huggingface.co -u $HF_USERNAME --password-stdin
7
 
8
- FROM registry.hf.space/microsoft-omniparser:latest
9
 
10
  USER root
11
 
 
5
  RUN apk add --no-cache docker-cli
6
  RUN echo "$HF_TOKEN" | docker login registry.huggingface.co -u $HF_USERNAME --password-stdin
7
 
8
+ FROM registry.hf.space/microsoft/omniparser:latest
9
 
10
  USER root
11