deepak191z commited on
Commit
2a92ae9
·
verified ·
1 Parent(s): a4eb6fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,8 +10,7 @@ USER user
10
  WORKDIR /app
11
 
12
  # Receive Git URL from build argument
13
- RUN --mount=type=secret,id=URL,mode=0444,required=true \
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 && \