mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
regex match
Signed-off-by: Kai Fricke <kai@anyscale.com>
This commit is contained in:
parent
bbf30fd93d
commit
4f62afb193
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ COPY requirements_tune.txt ./requirements_tune.txt
|
|||
COPY requirements_train.txt ./
|
||||
COPY requirements_upstream.txt ./
|
||||
|
||||
RUN if [ "${PYTHON_VERSION}" = "3.6.12" ]; then sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ; fi
|
||||
RUN if [ "${PYTHON_VERSION}" = "3.6.12" ]; then sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub ; fi
|
||||
RUN if [[ "${PYTHON_VERSION}" =~ "3.6.*" ]]; then sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ; fi
|
||||
RUN if [[ "${PYTHON_VERSION}" =~ "3.6.*" ]]; then sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub ; fi
|
||||
|
||||
RUN sudo apt-get update \
|
||||
&& sudo apt-get install -y gcc \
|
||||
|
|
Loading…
Add table
Reference in a new issue