Skip to content

Commit

Permalink
fix(jupyter-singleuser): Rebuilds image to use a newer netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed Feb 20, 2025
1 parent f3be70c commit 0d1d11b
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 119 deletions.
2 changes: 1 addition & 1 deletion images/jupyter-singleuser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker build -t envs-hurt . 2>&1 | tee build.log

You can go into the docker image and do tests:
```
docker list
docker images
docker exec -it upbeat_bhaskara /bin/bash
```

Expand Down
Loading

1 comment on commit 0d1d11b

@vevetron
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed this to main accidentally. I think I might revoke this privilege of mine.

This version changes netlify from netlify-cli/18.0.1 linux-x64 node-v20.8.1 to netlify-cli/18.1.0 linux-arm64 node-v20.8.1. In theory this should stop netfliy from killing our nodes.

Please sign in to comment.