Skip to content

Commit

Permalink
Merge pull request #57 from thomaswmorris/pytorch
Browse files Browse the repository at this point in the history
Added PyTorch and GPyTorch to environment
  • Loading branch information
danielballan authored Dec 2, 2022
2 parents c17a30d + 75ac480 commit c6c7e3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
uses: actions/checkout@main

- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@228fc185e62d69d10e51099b6f06dfc2ac241f34 # master as of 2022-04-26
uses: jupyterhub/repo2docker-action@a3332630b6467f02ffc1015f433ee7f8339614dc # master as of 2022-11-25
with:
NO_PUSH: true
2 changes: 1 addition & 1 deletion .github/workflows/push_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@main

- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@228fc185e62d69d10e51099b6f06dfc2ac241f34 # master as of 2022-04-26
uses: jupyterhub/repo2docker-action@a3332630b6467f02ffc1015f433ee7f8339614dc # master as of 2022-11-25
with:
# Push built image to DockerHub for use by our JupyterHub deployments.
DOCKER_USERNAME: nsls2damaservice
Expand Down
2 changes: 2 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- edrixs>=0.0.8
- eiger-io
- fabio
- gpytorch
- graphviz
- h5py>=3.6
- hvplot
Expand Down Expand Up @@ -65,6 +66,7 @@ dependencies:
- python-blosc
- python-graphviz
- python=3.9
- pytorch
- pyxrf>=0.0.9
- reportlab
- requests
Expand Down

0 comments on commit c6c7e3a

Please sign in to comment.