Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Ingestion
Energistics - OSDU Integration
Commits
ea76b252
Commit
ea76b252
authored
Aug 26, 2021
by
Spencer Sutton
Browse files
Cleaning up
parent
2f940c31
Pipeline
#61228
passed with stages
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/Dockerfile
View file @
ea76b252
...
...
@@ -25,17 +25,13 @@ ENV WITSML_PARSER_DIR="energistics/src/witsml_parser"
ENV
ENERGISTICS_LIBS="${WITSML_PARSER_DIR}/energistics"
ENV
OSDU_CORE_LIBS_DIR="${WITSML_PARSER_DIR}/osdu/ingestion-dags/src/dags/libs"
ENV
OSDU_CORE_PROVIDERS_DIR="${WITSML_PARSER_DIR}/osdu/ingestion-dags/src/dags/providers"
ENV
CI_COMMIT_TAG=v0.0.8
COPY
./${BUILD_DIR}/requirements.txt ./
COPY
./${WITSML_PARSER_DIR}/*.py ./
COPY
./${ENERGISTICS_LIBS} ./energistics
COPY
build/osdu_api-0.0.8.tar.gz ./
# TODO: Configure Package Registry for Python SDK
RUN
pip
install
--upgrade
pip
&&
\
pip
install
osdu_api-0.0.8.tar.gz
&&
\
pip
install
-r
"./energistics/requirements.txt"
&&
\
pip
install
-r
"./requirements.txt"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment