rishikumar20202023 commited on
Commit
28bccbc
·
verified ·
1 Parent(s): abc7f03

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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