Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
7 |
COPY requirements.txt .
|
8 |
|
9 |
# Install Python dependencies
|
10 |
-
RUN pip install
|
11 |
|
12 |
# Copy the entire project into container
|
13 |
COPY . .
|
|
|
7 |
COPY requirements.txt .
|
8 |
|
9 |
# Install Python dependencies
|
10 |
+
RUN pip install -r requirements.txt
|
11 |
|
12 |
# Copy the entire project into container
|
13 |
COPY . .
|