Skip to content

Commit 0bfe988

Browse files
committed
updated dockerfiles
1 parent 9cd202c commit 0bfe988

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ test:
1818
echo ${ID_USER}
1919

2020
build_docker:
21-
docker build -t ${IMG_WEB_SVC} -f ./docker/Dockerfile .
22-
23-
build_docker_arm64:
24-
docker build -t ${IMG_WEB_SVC} -f ./docker/Dockerfile_arm64 .
21+
docker build -t ${IMG_WEB_SVC} .
2522

2623
run_docker:
2724
docker run -u ${ID_USER $USER}:${ID_GROUP $USER} -it --gpus all -v ${PWD}:/app/work/ -v ${DATA_PATH}:/app/work/data -p 8888:8888 ${IMG_WEB_SVC}

docker/Dockerfile_arm64

Lines changed: 0 additions & 12 deletions
This file was deleted.

docker/requirements_arm64.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)