Skip to content
Snippets Groups Projects
Commit 10a0c414 authored by Daniel Tomecki's avatar Daniel Tomecki
Browse files

Add support for nexus

parent 2ce88abc
No related branches found
No related tags found
No related merge requests found
Pipeline #486257 failed
......@@ -45,6 +45,8 @@ RUN cd /opt/bluesky && git clone --branch 0-0-1 https://codebase.helmholtz.cloud
RUN cd /opt/bluesky && git clone --branch main https://codebase.helmholtz.cloud/hzb/bluesky/suitcase-specfile.git
#bluesky device instantiation
RUN cd /opt/bluesky && git clone --branch main https://codebase.helmholtz.cloud/hzb/bluesky/core/source/bessyii_devices_instantiation.git
#bluesky nexus
RUN cd /opt/bluesky && git clone --branch develop https://codebase.helmholtz.cloud/hzb/bluesky/core/source/bluesky_nexus.git
#install apstools without databroker dependency
RUN pip install apstools@git+https://codebase.helmholtz.cloud/hzb/bluesky/core/source/apstools.git
......@@ -54,6 +56,7 @@ RUN cd /opt/bluesky/bessyii_devices && pip install .
RUN cd /opt/bluesky/bluesky_hooks && pip install .
RUN cd /opt/bluesky/suitcase-specfile && pip install .
RUN cd /opt/bluesky/bessyii_devices_instantiation && pip install .
RUN cd /opt/bluesky/bluesky_nexus && pip install .
# Clone the 'shell-scripts-container' Git repository into the '/opt' directory.
RUN cd /opt && git clone https://codebase.helmholtz.cloud/hzb/bluesky/core/source/shell-scripts-for-container.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment