remove line "ADD model ${WORKSPACE_DIR}/model" in the amdgpu Dockerfile (#12914)

Follow-up to #12707. docker build is broken otherwise; model dir is
gone.
This commit is contained in:
Jeff Daily 2022-10-14 13:17:28 -07:00 committed by GitHub
parent a561fde126
commit 65c67764ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,6 @@ RUN sed -i 's/#PermitEmptyPasswords no/PermitEmptyPasswords yes/g' /etc/ssh/sshd
ENTRYPOINT service ssh restart && /bin/bash
# Add model and scripts
ADD model ${WORKSPACE_DIR}/model
ADD script ${WORKSPACE_DIR}/script
RUN chmod a+x ${WORKSPACE_DIR}/script/run_bert.sh