[Tune] Revert Pinning Tune Dependencies (#14059)

* remove lockfiles

* docker

* remove constraint file

* fix
This commit is contained in:
Amog Kamsetty
2021-02-11 15:43:09 -08:00
committed by GitHub
parent 2af1f0616d
commit a430ac2334
8 changed files with 3 additions and 2651 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ ARG PYTHON_MINOR_VERSION=7
COPY requirements.txt ./
COPY requirements_ml_docker.txt ./
COPY requirements_rllib.txt ./
# Docker image uses Python 3.7
COPY linux-py3."$PYTHON_MINOR_VERSION"-requirements_tune.txt ./requirements_tune.txt
COPY requirements_tune.txt ./requirements_tune.txt
RUN sudo apt-get update \
&& sudo apt-get install -y gcc \