DeFactOfficial commited on
Commit
8f01dac
1 Parent(s): 0cf31cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -35,6 +35,10 @@ WORKDIR $HOME/code
35
 
36
  # Clone your repository (replace with your actual repo URL)
37
  RUN git clone https://huggingface.co/spaces/DeFactOfficial/MMAPI .
 
 
 
 
38
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
39
  ADD . $HOME/code
40
  COPY --chown=root . $HOME/code
 
35
 
36
  # Clone your repository (replace with your actual repo URL)
37
  RUN git clone https://huggingface.co/spaces/DeFactOfficial/MMAPI .
38
+
39
+ ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
40
+ RUN git pull
41
+
42
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
43
  ADD . $HOME/code
44
  COPY --chown=root . $HOME/code