jammss commited on
Commit
bd11c38
·
verified ·
1 Parent(s): aad2c5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM python:3.11
4
  RUN apt update && apt install -y git
5
 
6
  # Clone the hf-llm-api repository into the /app directory
7
- RUN git clone https://github.com/Niansuh/hf-llm-api.git /app
8
 
9
  # Set the working directory to /app
10
  WORKDIR "/app"
 
4
  RUN apt update && apt install -y git
5
 
6
  # Clone the hf-llm-api repository into the /app directory
7
+ RUN git clone https://github.com/modenwenda/hf-llm-api.git /app
8
 
9
  # Set the working directory to /app
10
  WORKDIR "/app"