Skip to content

Commit

Permalink
Pin Jupyter Notebook version (#597)
Browse files Browse the repository at this point in the history
* Pin jupyter notebook image to 63d0df23b673 for panda 0.25.3 backward compatibility

* Explicitly set python interpreter used when using pip inside jupyter
  • Loading branch information
imjuanleonard committed Apr 3, 2020
1 parent 49b7cd1 commit 1decc2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install --ignore-installed --upgrade feast"
"!python -m pip install --ignore-installed --upgrade feast"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion infra/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
- "--spring.config.location=classpath:/application.yml,file:/etc/feast/application.yml"

jupyter:
image: jupyter/datascience-notebook:latest
image: jupyter/datascience-notebook:63d0df23b673
volumes:
- ../../:/home/jovyan/feast
- ./gcp-service-accounts/${FEAST_JUPYTER_GCP_SERVICE_ACCOUNT_KEY}:/etc/gcloud/service-accounts/key.json
Expand Down

0 comments on commit 1decc2a

Please sign in to comment.