Commit 47a0b61 1 parent 5d2248d commit 47a0b61 Copy full SHA for 47a0b61
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ RUN PYTHON_VERSION_STR=$(echo ${PYTHON_VERSION} | sed 's/\.//g') && \
163
163
RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
164
164
&& echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
165
165
&& apt-get update -y \
166
- && apt-get install -y ccache software-properties-common git curl sudo vim python3-pip \
166
+ && apt-get install -y ccache software-properties-common git curl wget sudo vim python3-pip \
167
167
&& apt-get install -y ffmpeg libsm6 libxext6 libgl1 \
168
168
&& add-apt-repository ppa:deadsnakes/ppa \
169
169
&& apt-get update -y \
Original file line number Diff line number Diff line change 2
2
-r requirements-common.txt
3
3
4
4
# Dependencies for NVIDIA GPUs
5
- ray >= 2.9
5
+ ray[default] >= 2.9
6
6
nvidia-ml-py >= 12.560.30 # for pynvml package
7
7
torch == 2.5.1
8
8
# These must be updated alongside torch
You can’t perform that action at this time.
0 commit comments