Skip to content

Commit

Permalink
update dockerfile for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
appukuttan-shailesh committed Aug 12, 2024
1 parent d9b89d6 commit c530c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ENV PATH="/home/${SC_USER_NAME}/service.cli:${PATH}"

# copy binaries from build
COPY --from=build --chown=${SC_USER_NAME}:${SC_USER_NAME} /build/bin file_format_converter
RUN pip install --upgrade pip wheel setuptools pandas pyyaml h5py pyarrow toml xlrd==1.2.0
RUN pip install --upgrade pip wheel setuptools pandas pyyaml h5py pyarrow toml xlrd==1.2.0 openpyxl

# ------------------------------------------------------------------------------------
#TODO:
Expand Down

0 comments on commit c530c67

Please sign in to comment.