Skip to content

Commit ee31045

Browse files
committed
uncommenting install for sdk
1 parent 4709feb commit ee31045

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ COPY . .
1313
RUN pip install pipenv debugpy
1414

1515
# Install cms_bluebutton_sdk from pypi.org or test.pypi.org
16-
# RUN if [ "$BUILD_DEVELOPMENT" = "True" ]; then \
17-
# pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ cms-bluebutton-sdk; \
18-
# else \
19-
# pip install cms-bluebutton-sdk; \
20-
# fi
16+
RUN if [ "$BUILD_DEVELOPMENT" = "True" ]; then \
17+
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ cms-bluebutton-sdk; \
18+
else \
19+
pip install cms-bluebutton-sdk; \
20+
fi
2121

2222
# If using a local version of the sdk, copy the wheel file and install it
2323
# RUN pip install cms_bluebutton_sdk-1.0.4-py3-none-any.whl

0 commit comments

Comments
 (0)