Merge branch 'main' of https://huggingface.co/spaces/jclyo1/truepic-sign-v2
Browse files- 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
|
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 \
|