Skip to content

Commit

Permalink
fix(just): pytorch intendation (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Sep 25, 2023
1 parent f8340cd commit 66675ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ pytorch:
echo 'Follow the prompts and check the tutorial: https://docs.anaconda.com/free/anaconda/jupyter-notebooks/'
podman pull docker.io/continuumio/miniconda3
podman run -i -t -p 8888:8888 docker.io/continuumio/miniconda3 /bin/bash -c "/opt/conda/bin/conda install jupyter -y --quiet && mkdir \
/opt/notebooks && /opt/conda/bin/jupyter notebook \
--notebook-dir=/opt/notebooks --ip='*' --port=8888 \
--no-browser --allow-root"
/opt/notebooks && /opt/conda/bin/jupyter notebook \
--notebook-dir=/opt/notebooks --ip='*' --port=8888 \
--no-browser --allow-root"

# Run Tensorflow
tensorflow:
Expand Down

0 comments on commit 66675ac

Please sign in to comment.