Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,10 +6,10 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
|
6 |
WORKDIR /app
|
7 |
|
8 |
# 1) copy only your wheel/package folder
|
9 |
-
COPY python-fasthtml/ ./python-fasthtml/
|
10 |
|
11 |
# 2) install the local package
|
12 |
-
RUN pip install --no-cache-dir ./python-fasthtml
|
13 |
|
14 |
# 3) copy rest of the app
|
15 |
COPY requirements.txt .
|
|
|
6 |
WORKDIR /app
|
7 |
|
8 |
# 1) copy only your wheel/package folder
|
9 |
+
#COPY python-fasthtml/ ./python-fasthtml/
|
10 |
|
11 |
# 2) install the local package
|
12 |
+
#RUN pip install --no-cache-dir ./python-fasthtml
|
13 |
|
14 |
# 3) copy rest of the app
|
15 |
COPY requirements.txt .
|