Skip to content

Commit

Permalink
revert docker_package_c.sh; not sure what's wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Apr 16, 2024
1 parent 7036c87 commit 97bd51e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/install/docker_package_c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ SCRIPT_PATH=$(dirname $(realpath -s $0))

docker run --rm -v ${SCRIPT_PATH}/../..:/root/deepmd-kit -w /root/deepmd-kit \
tensorflow/build:${TENSORFLOW_BUILD_VERSION:-2.15}-python3.11 \
/bin/sh -c "pip install uv \
&& uv pip install --system \"tensorflow${TENSORFLOW_VERSION}\" cmake \
/bin/sh -c "pip install \"tensorflow${TENSORFLOW_VERSION}\" cmake \
&& git config --global --add safe.directory /root/deepmd-kit \
&& cd /root/deepmd-kit/source/install \
&& CC=/dt9/usr/bin/gcc \
Expand Down

0 comments on commit 97bd51e

Please sign in to comment.