Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
|
@@ -11,12 +11,6 @@ WORKDIR /app
|
|
| 11 |
# Clone the FastSD CPU repository
|
| 12 |
RUN git clone https://github.com/rupeshs/fastsdcpu.git .
|
| 13 |
|
| 14 |
-
# Install Python dependencies from cloned repo's requirements.txt
|
| 15 |
-
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 16 |
-
|
| 17 |
-
# Create results directory with proper permissions
|
| 18 |
-
RUN mkdir -p /app/results && chmod -R 775 /app/results
|
| 19 |
-
|
| 20 |
# Expose port for FastAPI server
|
| 21 |
EXPOSE 8000
|
| 22 |
|
|
|
|
| 11 |
# Clone the FastSD CPU repository
|
| 12 |
RUN git clone https://github.com/rupeshs/fastsdcpu.git .
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# Expose port for FastAPI server
|
| 15 |
EXPOSE 8000
|
| 16 |
|