jclyo1 commited on
Commit
b2cee04
2 Parent(s): 63a281c e26f29e

Merge branch 'main' of https://huggingface.co/spaces/jclyo1/truepic-sign-v2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ WORKDIR $HOME/app
32
  RUN pip install gdown
33
  RUN --mount=type=secret,id=truepic_sign_gdoc_id,mode=0444,required=true \
34
  gdown --id $(cat /run/secrets/truepic_sign_gdoc_id)
35
- RUN tar -xf truepic-lens-cli-v0.4.0-ubuntu-20.04.tar.gz
36
  RUN chmod +x truepic
37
 
38
  RUN --mount=type=secret,id=api_key,mode=0444,required=true \
 
32
  RUN pip install gdown
33
  RUN --mount=type=secret,id=truepic_sign_gdoc_id,mode=0444,required=true \
34
  gdown --id $(cat /run/secrets/truepic_sign_gdoc_id)
35
+ RUN unzip -xf truepic-lens-cli-f41c5598bd4ad6736ac42884fe6d1e7e1c9720a3-ubuntu-20.04.zip
36
  RUN chmod +x truepic
37
 
38
  RUN --mount=type=secret,id=api_key,mode=0444,required=true \