Update Dockerfile
Browse files- 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/
|
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"
|