We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The script doesn't work without path for Papermill since ~1 week on Deeplearning VMs. Need to add (for example) /opt/conda/bin/ on GCP machines.
/opt/conda/bin/papermill "${INPUT_NOTEBOOK_PATH}" "${TMP_NOTEBOOK_PATH}" --log-output
The text was updated successfully, but these errors were encountered:
@dfeldell Thanks for reporting, will take a look and update.
Sorry, something went wrong.
@dfeldell Would you mind submitting the PR that fixes this issue?
It appears that the virtual environment is not active when the startup script is run. You can source it manually in the script:
source /opt/conda/bin/activate
gogasca
No branches or pull requests
The script doesn't work without path for Papermill since ~1 week on Deeplearning VMs. Need to add (for example) /opt/conda/bin/ on GCP machines.
/opt/conda/bin/papermill "${INPUT_NOTEBOOK_PATH}" "${TMP_NOTEBOOK_PATH}" --log-output
The text was updated successfully, but these errors were encountered: