fffiloni commited on
Commit
a1959c6
1 Parent(s): e1b6cc6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ ENV HOME=/home/user \
25
  # Set the working directory to the user's home directory
26
  WORKDIR $HOME/app
27
 
28
- RUN git clone -b dev https://github.com/camenduru/HandRefiner $HOME/app
29
  RUN git clone -b dev --recursive https://github.com/camenduru/MeshGraphormer $HOME/app/MeshGraphormer
30
 
31
  # Install dependencies
 
25
  # Set the working directory to the user's home directory
26
  WORKDIR $HOME/app
27
 
28
+ RUN git clone -b dev https://github.com/camenduru/HandRefiner.git $HOME/app
29
  RUN git clone -b dev --recursive https://github.com/camenduru/MeshGraphormer $HOME/app/MeshGraphormer
30
 
31
  # Install dependencies