Skip to content

Commit

Permalink
attempt to split layers a little
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan committed Oct 18, 2023
1 parent 3ee5ae0 commit 5cc089f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ RUN \
curl \
python3-pip \
ocl-icd-libopencl1 \
xz-utils && \
xz-utils \

RUN \
ln -s libOpenCL.so.1 /usr/lib/x86_64-linux-gnu/libOpenCL.so && \
echo "**** install blender ****" && \
mkdir /blender && \
Expand Down

0 comments on commit 5cc089f

Please sign in to comment.