Skip to content

Commit 245ddfc

Browse files
authored
[deps] explicitly add dl-cpu requirements in ray-ml docker build file (ray-project#50733)
it is current already indirectly being referenced in other requirement files now Signed-off-by: Lonnie Liu <[email protected]>
1 parent a54742b commit 245ddfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/ray-ml/install-ml-docker-requirements.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pip --no-cache-dir install -U -r requirements.txt
2828
pip --no-cache-dir install -U \
2929
-c requirements.txt \
3030
-c requirements_compiled.txt \
31+
-r dl-cpu-requirements.txt \
3132
-r core-requirements.txt \
3233
-r data-requirements.txt \
3334
-r rllib-requirements.txt \

0 commit comments

Comments
 (0)