mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-05-01 03:31:35 +00:00
Added some missing dependencies
This commit is contained in:
@@ -23,6 +23,11 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||||||
htop \
|
htop \
|
||||||
nvtop \
|
nvtop \
|
||||||
python3-opencv \
|
python3-opencv \
|
||||||
|
openssh-client \
|
||||||
|
openssh-server \
|
||||||
|
openssl \
|
||||||
|
rsync \
|
||||||
|
unzip \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user