imseldrith's picture
Upload folder using huggingface_hub
f32a529 verified
raw
history blame
233 Bytes
FROM nvidia/cuda:11.4.0-cudnn8-devel-ubuntu20.04
ARG DEBIAN_FRONTEND=noninteractive
RUN mkdir /opt/api_dependencies/
WORKDIR /opt/api_dependencies/
COPY installer.sh /opt/api_dependencies/
RUN sh /opt/api_dependencies/installer.sh