Skip to content

Commit

Permalink
* update setuptools before installing ram to avoid ParseException
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 12, 2024
1 parent 6df11c7 commit 8d040ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV JAVA_HOME=/opt/jdk
WORKDIR /data-juicer

# install requirements which need to be installed from source
RUN pip install git+https://github.com/xinyu1205/recognize-anything.git --default-timeout 1000
RUN pip install --upgrade setuptools && pip install git+https://github.com/xinyu1205/recognize-anything.git --default-timeout 1000

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

0 comments on commit 8d040ce

Please sign in to comment.