Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
software-properties-common && \
|
11 |
add-apt-repository ppa:deadsnakes/ppa && \
|
12 |
apt-get update && apt-get install -y \
|
13 |
-
python3.12 python3.12-venv python3.12-dev
|
14 |
wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic python3-pip \
|
15 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
16 |
|
|
|
10 |
software-properties-common && \
|
11 |
add-apt-repository ppa:deadsnakes/ppa && \
|
12 |
apt-get update && apt-get install -y \
|
13 |
+
python3.12 python3.12-venv python3.12-dev distutils \
|
14 |
wget git calibre ffmpeg libmecab-dev mecab mecab-ipadic python3-pip \
|
15 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
16 |
|