Skip to content

Commit 5dd66af

Browse files
committed
Add assimp 3d object analysis package
A bit like imagmagick but for 3d models. See https://github.com/manyfold3d/manyfold/pull/4572/files#diff-190bb9b7c7cfa2aa7644dbe97bc7907818f04f806f2b53d67e9416a17d33b94b for the same addition to the standard images.
1 parent 2f60c6a commit 5dd66af

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV RAILS_ENV="production" \
1818

1919
RUN \
2020
apk add --no-cache \
21+
assimp \
2122
file \
2223
glfw \
2324
imagemagick \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV RAILS_ENV="production" \
1818

1919
RUN \
2020
apk add --no-cache \
21+
assimp \
2122
file \
2223
glfw \
2324
imagemagick \

0 commit comments

Comments
 (0)