Spaces:
Sleeping
Sleeping
datnguyentien204
commited on
Commit
•
b444cf8
1
Parent(s):
72fb6a8
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ COPY ./packages.txt /app/packages.txt
|
|
8 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
9 |
RUN pip3 install versioneer
|
10 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
|
|
|
|
11 |
|
12 |
# User
|
13 |
RUN useradd -m -u 1000 user
|
|
|
8 |
RUN apt-get update && xargs -r -a /app/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
|
9 |
RUN pip3 install versioneer
|
10 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
11 |
+
RUN pip3 install git+https://github.com/tatsy/torchmcubes.git
|
12 |
+
RUN pip3 install fpdf
|
13 |
|
14 |
# User
|
15 |
RUN useradd -m -u 1000 user
|