We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f10d90 commit eea6862Copy full SHA for eea6862
Dockerfile
@@ -12,7 +12,7 @@ COPY pkg/*.txt ${PKG_DIR}/
12
13
RUN pip install --upgrade pip && \
14
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt && \
15
- pip install --upgrade --pre spaceone-cost-analysis
+ pip install --upgrade --pre spaceone-cost-analysis==2.0.dev128
16
17
COPY src ${SRC_DIR}
18
WORKDIR ${SRC_DIR}
0 commit comments