Skip to content

Commit

Permalink
dev:Update docker sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuxiangCao committed Apr 5, 2024
1 parent def784b commit 97c532d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM quay.io/jupyter/minimal-notebook:latest

# Clone the repository from github
RUN git clone https://gitlab.com/LBL-QubiC/software.git /home/jovyan/packages/QubiC/software
RUN git clone https://gitlab.com/LBL-QubiC/distributed_processor /home/jovyan/packages/QubiC/distributed_processor
RUN git clone https://gitlab.com/ShuxiangCao/software.git /home/jovyan/packages/QubiC/software
RUN git clone https://gitlab.com/ShuxiangCao/distributed_processor.git /home/jovyan/packages/QubiC/distributed_processor
RUN git clone https://gitlab.com/LBL-QubiC/experiments/qubitconfig.git /home/jovyan/packages/QubiC/qubitconfig
RUN git clone https://gitlab.com/LBL-QubiC/experiments/tutorial.git /home/jovyan/packages/QubiC/tutorial
RUN git clone https://gitlab.com/LBL-QubiC/experiments/chipcalibration.git /home/jovyan/packages/QubiC/chipcalibration
Expand All @@ -12,6 +12,9 @@ RUN git clone https://github.com/ShuxiangCao/LabChronicle.git /home/jovyan/packa
COPY . /home/jovyan/packages/LeeQ
COPY ./notebooks/* /home/jovyan/notebook_examples

# Install the requirements
RUN pip install ipdb ipywidgets

# Install the QubiC package
RUN pip install -e /home/jovyan/packages/QubiC/software
RUN pip install -e /home/jovyan/packages/QubiC/distributed_processor/python
Expand Down

0 comments on commit 97c532d

Please sign in to comment.