Skip to content

Commit

Permalink
This will never get old
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Feb 5, 2024
1 parent c4bc2c2 commit 4128131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN --mount=type=cache,target=/var/cache/cuda/apt,sharing=locked \
apt-get update --fix-missing && \
apt-get upgrade -y && \
apt-get install -y --fix-missing git build-essential cmake gcc g++ portaudio19-dev ffmpeg libportaudio2 libasound-dev python3 python3-pip wget ocl-icd-opencl-dev opencl-headers clinfo libclblast-dev libopenblas-dev ninja-build && \
echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd && \
mkdir -p /etc/OpenCL/vendors && echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd && \
ln -s /usr/bin/python3 /usr/bin/python && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 4128131

Please sign in to comment.