Skip to content

Commit

Permalink
debian frontend noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
lhr0909 committed Jan 1, 2023
1 parent 44b6f5e commit d7abe00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM nvidia/cuda:11.3.0-cudnn8-devel-ubuntu20.04

RUN apt-get update && apt-get install -y build-essential software-properties-common git wget curl && \
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y build-essential software-properties-common git wget curl && \
add-apt-repository -y ppa:deadsnakes/ppa

RUN apt-get update && apt-get install -y python3.9 python3-distutils
Expand Down

0 comments on commit d7abe00

Please sign in to comment.