Skip to content

Commit

Permalink
Merge branch 'develop' into SS-1326-upload-size
Browse files Browse the repository at this point in the history
  • Loading branch information
j-awada committed Feb 26, 2025
2 parents 8413597 + e667b87 commit 93a65ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/ui-tests/test-superuser-functionality.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ describe("Test superuser access", () => {
[
'Jupyter Lab Minimal (Default)',
'Jupyter Lab Data Science',
'Jupyter Lab Pytorch',
'Jupyter Lab PyTorch',
'Jupyter Lab Tensorflow'
].forEach((name) => {
cy.get('@envSelect').contains('option', name);
Expand Down
2 changes: 1 addition & 1 deletion fixtures/projects_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"image": "serve-jupyterlab-datascience:250213-1352",
"repository": "ghcr.io/scilifelabdatacentre"
},
"Jupyter Lab Pytorch": {
"Jupyter Lab PyTorch": {
"app": "jupyter-lab",
"image": "serve-jupyterlab-pytorch:250213-1119",
"repository": "ghcr.io/scilifelabdatacentre"
Expand Down

0 comments on commit 93a65ad

Please sign in to comment.