fffiloni commited on
Commit
aa79126
1 Parent(s): 71bd830

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -28,9 +28,6 @@ WORKDIR $HOME/app
28
  # Clone your repository or add your code to the container
29
  RUN git clone https://github.com/Flode-Labs/vid2densepose.git $HOME/app
30
 
31
- # Change to the cloned repository directory
32
- WORKDIR $HOME/app/vid2densepose
33
-
34
  # Install dependencies
35
  RUN pip install --no-cache-dir -r requirements.txt gradio
36
 
 
28
  # Clone your repository or add your code to the container
29
  RUN git clone https://github.com/Flode-Labs/vid2densepose.git $HOME/app
30
 
 
 
 
31
  # Install dependencies
32
  RUN pip install --no-cache-dir -r requirements.txt gradio
33