Skip to content

Commit

Permalink
Merge pull request XingangPan#130 from cobanov/patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
XingangPan authored Jun 29, 2023
2 parents 67d7a7c + 5f392f9 commit 1ffc0f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxinerama-dev \
libxcursor-dev \
libxi-dev \
libxxf86vm-dev
libxxf86vm-dev \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --upgrade pip
RUN pip install --no-cache-dir --upgrade pip

COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

WORKDIR /workspace

Expand Down

0 comments on commit 1ffc0f6

Please sign in to comment.