Skip to content

Commit

Permalink
FIX-#2459: Moved curl and PyGithub installation into Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
  • Loading branch information
gshimansky committed Nov 30, 2020
1 parent 2882763 commit fcd6768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ci/teamcity/Dockerfile.teamcity-ci
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV PATH /root/anaconda3/envs/modin/bin:$PATH

RUN conda update python -y
RUN conda env create -f ${ENVIRONMENT}
RUN conda install curl PyGithub

# Activate the environment, and make sure it's activated:
# The following line also removed conda initialization from
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ dependencies:
- rpyc==4.1.5
- cloudpickle==1.4.1
- boto3
- curl
- pip:
- ray>=1.0.0
- PyGithub

0 comments on commit fcd6768

Please sign in to comment.