Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ WORKDIR /app
|
|
| 12 |
RUN git clone https://github.com/rupeshs/fastsdcpu.git .
|
| 13 |
|
| 14 |
# Install Python dependencies
|
| 15 |
-
RUN
|
| 16 |
|
| 17 |
# Expose port for FastAPI server
|
| 18 |
EXPOSE 8000
|
|
|
|
| 12 |
RUN git clone https://github.com/rupeshs/fastsdcpu.git .
|
| 13 |
|
| 14 |
# Install Python dependencies
|
| 15 |
+
RUN pip install -r requirements.txt
|
| 16 |
|
| 17 |
# Expose port for FastAPI server
|
| 18 |
EXPOSE 8000
|