Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change miniconda installation in dockerfiles #66

Merged
merged 3 commits into from
Apr 8, 2020
Merged

Change miniconda installation in dockerfiles #66

merged 3 commits into from
Apr 8, 2020

Conversation

saimidu
Copy link
Contributor

@saimidu saimidu commented Apr 8, 2020

Description of changes:
The line

curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

doesn't work anymore after a change in the way the file is hosted at that URL around April 07, 2020.

Therefore this curl command has been replaced with

curl -L -o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

with curl -L to allow the link to be redirected to the actual download link.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@saimidu saimidu merged commit 33e9770 into aws:master Apr 8, 2020
laurenyu added a commit to laurenyu/sagemaker-pytorch-container that referenced this pull request Apr 9, 2020
laurenyu added a commit to aws/sagemaker-pytorch-training-toolkit that referenced this pull request Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants