Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -10,8 +10,7 @@ USER user
|
|
10 |
WORKDIR /app
|
11 |
|
12 |
# Receive Git URL from build argument
|
13 |
-
RUN
|
14 |
-
git clone https://github.com/viratxd/deepseek2api.git .
|
15 |
|
16 |
# Set up virtual environment and dependencies
|
17 |
RUN python -m venv shared_venv && \
|
|
|
10 |
WORKDIR /app
|
11 |
|
12 |
# Receive Git URL from build argument
|
13 |
+
RUN git clone https://github.com/viratxd/deepseek2api.git .
|
|
|
14 |
|
15 |
# Set up virtual environment and dependencies
|
16 |
RUN python -m venv shared_venv && \
|