jclyo1 commited on
Commit
cd01ed0
1 Parent(s): 7c50e5b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -30,9 +30,6 @@ WORKDIR $HOME/app
30
 
31
  # Download and uzip truepic-sign from Google Drive
32
  RUN pip install gdown
33
-
34
- RUN gdown 1i3FPMa4c3ADviZaNZ7ae8FYVwv1UjSD_
35
-
36
  RUN --mount=type=secret,id=truepic_sign_gdoc_id,mode=0444,required=true \
37
  gdown --id $(cat /run/secrets/truepic_sign_gdoc_id)
38
  RUN unzip truepic-lens-cli-51f4cfbc6472a2205e53d726713619ca8df5340b-ubuntu-20.04.zip
 
30
 
31
  # Download and uzip truepic-sign from Google Drive
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 truepic-lens-cli-51f4cfbc6472a2205e53d726713619ca8df5340b-ubuntu-20.04.zip