Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
6 |
|
7 |
# Copy the requirements file and install dependencies
|
8 |
COPY requirements.txt .
|
9 |
-
RUN pip install
|
10 |
|
11 |
# Copy the FastAPI and model files
|
12 |
COPY main.py backend.py ./
|
|
|
6 |
|
7 |
# Copy the requirements file and install dependencies
|
8 |
COPY requirements.txt .
|
9 |
+
RUN pip install -r requirements.txt
|
10 |
|
11 |
# Copy the FastAPI and model files
|
12 |
COPY main.py backend.py ./
|