refactor: update system dependencies in Dockerfile.base for improved compatibility
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 8s
Build Worker Base and Application Images / build-base (push) Successful in 5m12s
Build Worker Base and Application Images / build-docker (push) Successful in 3m6s
Build Worker Base and Application Images / deploy-stack (push) Successful in 21s
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 8s
Build Worker Base and Application Images / build-base (push) Successful in 5m12s
Build Worker Base and Application Images / build-docker (push) Successful in 3m6s
Build Worker Base and Application Images / deploy-stack (push) Successful in 21s
This commit is contained in:
parent
0ae26d3a6d
commit
7d29598b0f
1 changed files with 5 additions and 5 deletions
|
@ -5,12 +5,12 @@ FROM pytorch/pytorch:2.8.0-cuda12.6-cudnn9-runtime
|
||||||
RUN apt update && apt install -y \
|
RUN apt update && apt install -y \
|
||||||
libgl1 \
|
libgl1 \
|
||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
libgthread-2.0-0 \
|
|
||||||
libgstreamer1.0-0 \
|
libgstreamer1.0-0 \
|
||||||
libgtk2.0-0 \
|
libgtk-3-0 \
|
||||||
libavcodec-dev \
|
libavcodec58 \
|
||||||
libavformat-dev \
|
libavformat58 \
|
||||||
libswscale-dev \
|
libswscale5 \
|
||||||
|
libgomp1 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy and install base requirements (ML dependencies that rarely change)
|
# Copy and install base requirements (ML dependencies that rarely change)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue