Spaces:
Running
Running
install curl
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -4,6 +4,10 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
|
4 |
ENV TZ=America/Los_Angeles
|
5 |
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
6 |
|
|
|
|
|
|
|
|
|
7 |
RUN pip3 install --no-cache-dir \
|
8 |
numpy \
|
9 |
trimesh \
|
|
|
4 |
ENV TZ=America/Los_Angeles
|
5 |
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
6 |
|
7 |
+
RUN apt-get update && apt-get install -y --no-install-recommends \
|
8 |
+
curl
|
9 |
+
|
10 |
+
|
11 |
RUN pip3 install --no-cache-dir \
|
12 |
numpy \
|
13 |
trimesh \
|