Skip to content

Commit f8a8c0f

Browse files
authored
Merge pull request #51 from NSLS2/build
Need to build new containers with nsls2 origin repository
2 parents f7107d0 + 1469736 commit f8a8c0f

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

images/bluesky/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ COPY startup/ /usr/local/share/ipython/profile_collection/startup/
1010
RUN ln -sf /usr/local/share/ipython/profile_collection /home/xf07id1/.ipython/profile_collection
1111

1212
RUN mkdir -p /home/xf07id1/collection_packages
13-
RUN git clone https://github.com/usnistgov/sst-rsoxs.git /home/xf07id1/collection_packages/rsoxs
13+
RUN git clone https://github.com/nsls2/sst-rsoxs.git /home/xf07id1/collection_packages/rsoxs
1414

1515
WORKDIR /usr/local/share/ipython/profile_collection

scripts/gui-dev.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ set -e
33
set -o xtrace
44

55
pip install -e /home/xf07id1/xraygui/nbs-gui
6+
pip install -e /home/xf07id1/collection_packages/rsoxs
7+
8+
69
$(dirname "$0")/gui-start.sh

scripts/gui-start.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
set -e
33
set -o xtrace
44

5-
pip install -e /home/xf07id1/collection_packages/rsoxs
6-
75
nbs-gui --profile collection

scripts/qs-dev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ set -e
33
set -o xtrace
44

55
pip install -e /home/xf07id1/collection_packages/sst-base
6+
pip install -e /home/xf07id1/collection_packages/rsoxs
67

78
$(dirname "$0")/qs-start.sh

scripts/qs-start.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/bash
22
set -e
33
set -o xtrace
4-
pip install -e /home/xf07id1/collection_packages/rsoxs
54

65
start-re-manager --redis-addr ${QS_REDIS_ADDR:-localhost}:6379 --zmq-publish-console ON --use-ipython-kernel ON --ipython-kernel-ip auto --startup-profile collection

0 commit comments

Comments
 (0)