Spaces:
Running
on
T4
Running
on
T4
github-actions[bot]
commited on
Commit
·
0c8a24f
1
Parent(s):
c322dc7
Sync with https://github.com/mozilla-ai/document-to-podcast
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
|
2 |
|
3 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
|
4 |
build-essential \
|
5 |
python3.10 \
|
6 |
python3.10-dev \
|
@@ -8,8 +9,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
8 |
git \
|
9 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
10 |
|
11 |
-
RUN apt-get install espeak-ng -y
|
12 |
-
|
13 |
RUN useradd -m -u 1000 user
|
14 |
|
15 |
USER user
|
|
|
1 |
FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
|
2 |
|
3 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
4 |
+
espeak-ng \
|
5 |
build-essential \
|
6 |
python3.10 \
|
7 |
python3.10-dev \
|
|
|
9 |
git \
|
10 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
11 |
|
|
|
|
|
12 |
RUN useradd -m -u 1000 user
|
13 |
|
14 |
USER user
|