Spaces:
Sleeping
Sleeping
ezequiellopez
commited on
Commit
·
778db15
1
Parent(s):
8593270
debugging setup
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ WORKDIR /app
|
|
16 |
# Upgrade pip to the latest version and install Python dependencies
|
17 |
COPY requirements.txt .
|
18 |
|
19 |
-
RUN chown -R user:user /app
|
20 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
21 |
|
22 |
# Copy the FastAPI application code and other necessary files into the container
|
|
|
16 |
# Upgrade pip to the latest version and install Python dependencies
|
17 |
COPY requirements.txt .
|
18 |
|
19 |
+
#RUN chown -R user:user /app
|
20 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
21 |
|
22 |
# Copy the FastAPI application code and other necessary files into the container
|