Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,7 +37,7 @@ RUN pip install --break-system-packages --upgrade pip \
|
|
37 |
# COPY --chown=user ./requirements.txt requirements.txt
|
38 |
# RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
39 |
|
40 |
-
ADD --chown=$SEL_UID:$SEL_GID g4f $G4F_DIR/g4f
|
41 |
|
42 |
# COPY --chown=user . /app
|
43 |
|
|
|
37 |
# COPY --chown=user ./requirements.txt requirements.txt
|
38 |
# RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
39 |
|
40 |
+
# ADD --chown=$SEL_UID:$SEL_GID g4f $G4F_DIR/g4f
|
41 |
|
42 |
# COPY --chown=user . /app
|
43 |
|