LoremPizza commited on
Commit
1ef5a85
·
verified ·
1 Parent(s): 15fd0f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y git
11
  RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
12
  git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/UrloMythus/HF_Requests.git /app || true
13
  # Copy the local config.json file to the container
14
- COPY config.json /app/config.json
15
 
16
  # Install any needed packages specified in requirements.txt
17
  RUN pip install --no-cache-dir -r requirements.txt
 
11
  RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
12
  git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/UrloMythus/HF_Requests.git /app || true
13
  # Copy the local config.json file to the container
 
14
 
15
  # Install any needed packages specified in requirements.txt
16
  RUN pip install --no-cache-dir -r requirements.txt