Spaces:
Starting
on
T4
Starting
on
T4
github-actions[bot]
commited on
Commit
·
38471f1
1
Parent(s):
5d0bb1d
Sync with https://github.com/mozilla-ai/document-to-podcast
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
|
|
3 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
4 |
build-essential \
|
5 |
python3.10 \
|
|
|
6 |
python3-pip \
|
7 |
git \
|
8 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
|
|
3 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
4 |
build-essential \
|
5 |
python3.10 \
|
6 |
+
python3.10-dev \
|
7 |
python3-pip \
|
8 |
git \
|
9 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|