Skip to content

Commit

Permalink
* use cuda 12.4 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 21, 2024
1 parent bb7a928 commit c2a4119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The data-juicer image includes all open-source contents of data-juicer,
# and it will be instaled in editable mode.

FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04

# install python 3.10
RUN apt-get update \
Expand Down Expand Up @@ -31,7 +31,6 @@ WORKDIR /data-juicer

# install requirements which need to be installed from source
RUN pip install --upgrade setuptools==69.5.1 setuptools_scm \
&& pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 --default-timeout 1000 \
&& pip install git+https://github.com/xinyu1205/recognize-anything.git --default-timeout 1000

# install requirements first to better reuse installed library cache
Expand Down

0 comments on commit c2a4119

Please sign in to comment.