[CI] Fix-Up Docker Build (Use Python) (#11139)

This commit is contained in:
Ian Rodney
2020-10-12 14:22:51 -07:00
committed by GitHub
parent 1ebcdf236f
commit 6426fb3fff
10 changed files with 291 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
ARG GPU
FROM rayproject/ray-deps:latest"$GPU"
FROM rayproject/ray-deps:nightly"$GPU"
ARG WHEEL_PATH
# For Click
ENV LC_ALL=C.UTF-8