We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624099b commit bd15a17Copy full SHA for bd15a17
Dockerfile
@@ -27,6 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive
27
RUN apt-get update && \
28
apt-get install -y \
29
libsndfile1 sox \
30
+ libfreetype6 \
31
python-setuptools swig \
32
python-dev ffmpeg && \
33
rm -rf /var/lib/apt/lists/*
@@ -53,7 +54,7 @@ COPY . .
53
54
55
# start building the final container
56
FROM nemo-deps as nemo
-ARG NEMO_VERSION=1.0.0b1
57
+ARG NEMO_VERSION=1.0.0b2
58
59
# Check that NEMO_VERSION is set. Build will fail without this. Expose NEMO and base container
60
# version information as runtime environment variable for introspection purposes
0 commit comments