Skip to content

Commit

Permalink
[infra] Remove nnfw docker-run command (Samsung#12003)
Browse files Browse the repository at this point in the history
This commit removes nnfw docker-run command, and move docker-shell to nnas command.
We can use nnas docker-run command instead of nnfw docker-run for same purpose.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Nov 13, 2023
1 parent 3629cb0 commit 5d2ce98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ DOCKER_RUN_OPTS+=" -it"
docker run $DOCKER_RUN_OPTS $DOCKER_ENV_VARS $DOCKER_VOLUMES $DOCKER_IMAGE_NAME "/bin/bash"
EXITCODE=$?

docker_cleanup

if [ $EXITCODE -ne 0 ]; then
exit $EXITCODE
fi
12 changes: 0 additions & 12 deletions infra/nnfw/command/docker-run

This file was deleted.

12 changes: 0 additions & 12 deletions infra/nnfw/command/docker-run-user

This file was deleted.

46 changes: 0 additions & 46 deletions infra/nnfw/config/docker.configuration

This file was deleted.

0 comments on commit 5d2ce98

Please sign in to comment.