Skip to content

Commit

Permalink
Forgot to run make on previous changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekzbigniewdudek committed Nov 17, 2023
1 parent 1422e40 commit 7dd48e7
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions output/docker-stacks-datascience-notebook/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ fi
# Copy sample models from openmpp installation archive into models directory:
cp -r "$OMPP_INSTALL_DIR/models/." "$OMS_MODEL_DIR"

# These three environment variables don't persist so let's try using a file:
mkdir -p /etc/openmpp
echo "$OMS_HOME_DIR" > /etc/openmpp/oms_home_dir
echo "$OMS_MODEL_DIR" > /etc/openmpp/oms_model_dir
echo "$OMS_LOG_DIR" > /etc/openmpp/oms_log_dir


# Import openmpp repo to get scripts and templates needed to run mpi jobs via kubeflow:
cd "$OMS_HOME_DIR"
Expand Down
6 changes: 6 additions & 0 deletions output/jupyterlab-cpu/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ fi
# Copy sample models from openmpp installation archive into models directory:
cp -r "$OMPP_INSTALL_DIR/models/." "$OMS_MODEL_DIR"

# These three environment variables don't persist so let's try using a file:
mkdir -p /etc/openmpp
echo "$OMS_HOME_DIR" > /etc/openmpp/oms_home_dir
echo "$OMS_MODEL_DIR" > /etc/openmpp/oms_model_dir
echo "$OMS_LOG_DIR" > /etc/openmpp/oms_log_dir


# Import openmpp repo to get scripts and templates needed to run mpi jobs via kubeflow:
cd "$OMS_HOME_DIR"
Expand Down
6 changes: 6 additions & 0 deletions output/jupyterlab-pytorch/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ fi
# Copy sample models from openmpp installation archive into models directory:
cp -r "$OMPP_INSTALL_DIR/models/." "$OMS_MODEL_DIR"

# These three environment variables don't persist so let's try using a file:
mkdir -p /etc/openmpp
echo "$OMS_HOME_DIR" > /etc/openmpp/oms_home_dir
echo "$OMS_MODEL_DIR" > /etc/openmpp/oms_model_dir
echo "$OMS_LOG_DIR" > /etc/openmpp/oms_log_dir


# Import openmpp repo to get scripts and templates needed to run mpi jobs via kubeflow:
cd "$OMS_HOME_DIR"
Expand Down
6 changes: 6 additions & 0 deletions output/jupyterlab-tensorflow/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ fi
# Copy sample models from openmpp installation archive into models directory:
cp -r "$OMPP_INSTALL_DIR/models/." "$OMS_MODEL_DIR"

# These three environment variables don't persist so let's try using a file:
mkdir -p /etc/openmpp
echo "$OMS_HOME_DIR" > /etc/openmpp/oms_home_dir
echo "$OMS_MODEL_DIR" > /etc/openmpp/oms_model_dir
echo "$OMS_LOG_DIR" > /etc/openmpp/oms_log_dir


# Import openmpp repo to get scripts and templates needed to run mpi jobs via kubeflow:
cd "$OMS_HOME_DIR"
Expand Down
6 changes: 6 additions & 0 deletions output/remote-desktop/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ fi
# Copy sample models from openmpp installation archive into models directory:
cp -r "$OMPP_INSTALL_DIR/models/." "$OMS_MODEL_DIR"

# These three environment variables don't persist so let's try using a file:
mkdir -p /etc/openmpp
echo "$OMS_HOME_DIR" > /etc/openmpp/oms_home_dir
echo "$OMS_MODEL_DIR" > /etc/openmpp/oms_model_dir
echo "$OMS_LOG_DIR" > /etc/openmpp/oms_log_dir


# Import openmpp repo to get scripts and templates needed to run mpi jobs via kubeflow:
cd "$OMS_HOME_DIR"
Expand Down
6 changes: 6 additions & 0 deletions output/rstudio/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ fi
# Copy sample models from openmpp installation archive into models directory:
cp -r "$OMPP_INSTALL_DIR/models/." "$OMS_MODEL_DIR"

# These three environment variables don't persist so let's try using a file:
mkdir -p /etc/openmpp
echo "$OMS_HOME_DIR" > /etc/openmpp/oms_home_dir
echo "$OMS_MODEL_DIR" > /etc/openmpp/oms_model_dir
echo "$OMS_LOG_DIR" > /etc/openmpp/oms_log_dir


# Import openmpp repo to get scripts and templates needed to run mpi jobs via kubeflow:
cd "$OMS_HOME_DIR"
Expand Down
6 changes: 6 additions & 0 deletions output/sas/start-oms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ fi
# Copy sample models from openmpp installation archive into models directory:
cp -r "$OMPP_INSTALL_DIR/models/." "$OMS_MODEL_DIR"

# These three environment variables don't persist so let's try using a file:
mkdir -p /etc/openmpp
echo "$OMS_HOME_DIR" > /etc/openmpp/oms_home_dir
echo "$OMS_MODEL_DIR" > /etc/openmpp/oms_model_dir
echo "$OMS_LOG_DIR" > /etc/openmpp/oms_log_dir


# Import openmpp repo to get scripts and templates needed to run mpi jobs via kubeflow:
cd "$OMS_HOME_DIR"
Expand Down

0 comments on commit 7dd48e7

Please sign in to comment.