Skip to content

Commit

Permalink
try to fix pip issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrmchlsmth committed Jul 18, 2024
1 parent bb570c3 commit 6d5dc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
RUN apt-get update -y \
&& apt-get install -y python3-pip git curl sudo

curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}

# Workaround for https://github.com/openai/triton/issues/2507 and
# https://github.com/pytorch/pytorch/issues/107960 -- hopefully
# this won't be needed for future versions of this docker image
Expand Down
2 changes: 0 additions & 2 deletions requirements-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Common dependencies
-r requirements-common.txt

html5lib == 1.1

# Dependencies for NVIDIA GPUs
ray >= 2.9
nvidia-ml-py # for pynvml package
Expand Down

0 comments on commit 6d5dc31

Please sign in to comment.