From dc1473c12b59a766eeb34a367bb982840641b13b Mon Sep 17 00:00:00 2001
From: pgleeson
Date: Tue, 25 Jun 2024 14:58:09 +0100
Subject: [PATCH] Initial jupyterlab tests
---
Dockerfile_JL | 4 ++++
build_jl.sh | 4 ++++
run_jl.sh | 29 +++++++++++++++++++++++++++++
stop_jl.sh | 6 ++++++
4 files changed, 43 insertions(+)
create mode 100644 Dockerfile_JL
create mode 100755 build_jl.sh
create mode 100755 run_jl.sh
create mode 100755 stop_jl.sh
diff --git a/Dockerfile_JL b/Dockerfile_JL
new file mode 100644
index 0000000..8633881
--- /dev/null
+++ b/Dockerfile_JL
@@ -0,0 +1,4 @@
+# syntax=docker/dockerfile:1
+
+FROM quay.io/jupyter/base-notebook
+RUN pip install --no-cache-dir pyneuroml
\ No newline at end of file
diff --git a/build_jl.sh b/build_jl.sh
new file mode 100755
index 0000000..8d409b7
--- /dev/null
+++ b/build_jl.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+version=$(