This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new e73b706824 Update redme with jupyter container build
e73b706824 is described below

commit e73b7068246d0127928f37bc1eb0e00fe96cb873
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Mon Jul 22 06:03:58 2024 -0400

    Update redme with jupyter container build
---
 modules/agent-framework/airavata-agent/jupyter/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/modules/agent-framework/airavata-agent/jupyter/README.md 
b/modules/agent-framework/airavata-agent/jupyter/README.md
index 565673eadc..2b42768911 100644
--- a/modules/agent-framework/airavata-agent/jupyter/README.md
+++ b/modules/agent-framework/airavata-agent/jupyter/README.md
@@ -42,3 +42,11 @@ twine upload dist/*
 
 
 
+### Jupyter container setup
+
+#### Build
+docker build --platform linux/x86_64 -t dimuthuupe/airavata-jupyter-lab .
+
+#### Run
+docker run --privileged --device /dev/fuse  --platform linux/x86_64 
--security-opt apparmor:unconfined -p 18888:8888 
dimuthuupe/airavata-jupyter-lab 
+

Reply via email to