jclyo1 commited on
Commit
8122784
1 Parent(s): ab3698a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile CHANGED
@@ -31,13 +31,6 @@ ENV HOME=/home/user \
31
  # Set the working directory to the user's home directory
32
  WORKDIR $HOME/app
33
 
34
- # Download and uzip truepic-sign from Google Drive
35
- # RUN pip install gdown
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
39
- # RUN tar -xf truepic-lens-cli-51f4cfbc6472a2205e53d726713619ca8df5340b-ubuntu-20.04.tar.gz
40
-
41
  # Download and unzip truepic-sign from Dropbox
42
  RUN --mount=type=secret,id=truepic_sign_dropbox_url,mode=0444,required=true \
43
  wget -O truepic-lens-cli-51f4cfbc6472a2205e53d726713619ca8df5340b-ubuntu-20.04.zip $(cat /run/secrets/truepic_sign_dropbox_url)
 
31
  # Set the working directory to the user's home directory
32
  WORKDIR $HOME/app
33
 
 
 
 
 
 
 
 
34
  # Download and unzip truepic-sign from Dropbox
35
  RUN --mount=type=secret,id=truepic_sign_dropbox_url,mode=0444,required=true \
36
  wget -O truepic-lens-cli-51f4cfbc6472a2205e53d726713619ca8df5340b-ubuntu-20.04.zip $(cat /run/secrets/truepic_sign_dropbox_url)