guohanghui commited on
Commit
fa3f11b
·
verified ·
1 Parent(s): c7a7505

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN useradd -m -u 1000 user && \
4
  USER user
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
  WORKDIR /app
7
-
8
  COPY --chown=user ./requirements.txt requirements.txt
9
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
 
 
4
  USER user
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
  WORKDIR /app
7
+ ENV SETUPTOOLS_SCM_PRETEND_VERSION_FOR_QLIB="0.9.0"
8
  COPY --chown=user ./requirements.txt requirements.txt
9
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
10