rahulreshma commited on
Commit
a15f8d2
·
verified ·
1 Parent(s): 050cbbb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -16,6 +16,10 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
16
  python3 \
17
  python3-pip \
18
  python3-venv \
 
 
 
 
19
  && rm -rf /var/lib/apt/lists/*
20
 
21
  #RUN add-apt-repository ppa:flexiondotorg/nvtop && \
@@ -73,7 +77,7 @@ USER root
73
  # End root user section
74
  #######################################
75
 
76
- USER root
77
 
78
  # Python packages
79
  RUN python3 -m venv test
 
16
  python3 \
17
  python3-pip \
18
  python3-venv \
19
+ libx11-6 \
20
+ build-essential \
21
+ libsndfile-dev \
22
+ software-properties-common \
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
  #RUN add-apt-repository ppa:flexiondotorg/nvtop && \
 
77
  # End root user section
78
  #######################################
79
 
80
+
81
 
82
  # Python packages
83
  RUN python3 -m venv test