Skip to content

Commit

Permalink
fix building mock_trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Aug 11, 2023
1 parent 7339396 commit e324c30
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions mock_trainer.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ WORKDIR /app/
RUN python3 -m pip install --upgrade pip

# Install system packages required by Pillow
# TODO upgrade to pillow >=10 in pyproject.toml
RUN apt-get update && \
apt-get install -y \
libjpeg62-turbo-dev \
zlib1g-dev \
libfreetype6-dev \
liblcms2-dev \
libopenjpeg-dev \
libtiff5-dev \
libwebp-dev
libjpeg-dev\
&& rm -rf /var/lib/apt/lists/*

RUN python3 -m pip install --no-cache-dir "uvicorn[standard]" tqdm async_generator aiofiles retry debugpy pytest-asyncio psutil icecream pytest "pytest-mock==3.6.1" autopep8 pynvml
RUN python3 -m pip install --no-cache-dir "learning-loop-node==0.7.53rc2"
Expand Down

0 comments on commit e324c30

Please sign in to comment.