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

lahirujayathilake pushed a commit to branch cybershuttle-staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/cybershuttle-staging by this 
push:
     new 240d166f2e included ipywidgets for hub user containers
240d166f2e is described below

commit 240d166f2ef19d52036923bcc70327aa5befa3b4
Author: Lahiru Jayathilake <[email protected]>
AuthorDate: Wed Apr 9 23:14:51 2025 +0530

    included ipywidgets for hub user containers
---
 .../research-framework/research-hub/compose/user-container/Dockerfile    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/research-framework/research-hub/compose/user-container/Dockerfile 
b/modules/research-framework/research-hub/compose/user-container/Dockerfile
index eb24b5d0b1..e3197866fc 100644
--- a/modules/research-framework/research-hub/compose/user-container/Dockerfile
+++ b/modules/research-framework/research-hub/compose/user-container/Dockerfile
@@ -3,6 +3,7 @@ FROM jupyter/base-notebook:latest
 COPY init.sh /usr/local/bin/init.sh
 
 USER root
+RUN pip install ipywidgets
 RUN chmod +x /usr/local/bin/init.sh
 RUN apt-get update && apt-get install -y git
 

Reply via email to