Skip to content

Commit f3905c5

Browse files
committed
fix(Dockerfile) Update apt-get install
1 parent 3e265b1 commit f3905c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
22

33
RUN apt-get update && apt-get install --no-install-recommends -y \
4+
espeak-ng \
45
build-essential \
56
python3.10 \
67
python3.10-dev \
78
python3-pip \
89
git \
910
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1011

11-
RUN apt-get install espeak-ng -y
12-
1312
RUN useradd -m -u 1000 user
1413

1514
USER user

0 commit comments

Comments
 (0)