Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eudat-prace-2019
forward
Commits
ca745949
Commit
ca745949
authored
Sep 22, 2019
by
Marco Rorro
Browse files
Add jupyter-torch
parent
5d9d96d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbatches/galileo/jupyter-conda-torch.sbatch
0 → 100755
View file @
ca745949
#!/bin/bash
PORT
=
$1
NOTEBOOK_DIR
=
$2
cd
$NOTEBOOK_DIR
.
~/.bashrc
#module load cuda/10.0
conda activate /gpfs/scratch/userinternal/mrorro00/jupyter-torch
jupyter notebook
--ip
=
127.0.0.1
--no-browser
--port
=
$PORT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment