Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|