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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN apt-get -qqy update \
28
  && apt-get -qyy clean \
29
  && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
30
 
31
- # RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
32
 
33
  WORKDIR /app
34
 
@@ -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
 
 
28
  && apt-get -qyy clean \
29
  && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
30
 
31
+ RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
32
 
33
  WORKDIR /app
34
 
 
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