mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
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:
parent
a561fde126
commit
65c67764ae
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue