Download Manager Support docker-cuda

This commit is contained in:
henk717
2023-01-18 02:04:14 +01:00
committed by GitHub
parent e9859cf17d
commit 22acde1ab7

View File

@ -6,4 +6,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 -y
RUN apt update && apt install xorg aria2 -y