Download Manager Support docker-rocm

This commit is contained in:
henk717 2023-01-18 02:04:45 +01:00 committed by GitHub
parent 22acde1ab7
commit 24f50d6fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ WORKDIR /content/
COPY env.yml /home/micromamba/env.yml
RUN micromamba install -y -n base -f /home/micromamba/env.yml
USER root
RUN apt update && apt install xorg libsqlite3-0 -y
RUN apt update && apt install xorg libsqlite3-0 aria2 -y