From 66675ac568fb8c46dd4ea9b5af8f4830ecd70244 Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:34:28 +0200 Subject: [PATCH] fix(just): pytorch intendation (#527) --- just/custom.just | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/just/custom.just b/just/custom.just index 9863827852c..87030210db3 100644 --- a/just/custom.just +++ b/just/custom.just @@ -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: