File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,10 @@ docker-build:
4444docker-build-nocache :
4545 docker build -t python4compscience2 --no-cache .
4646
47- # Here we only bind the required directories and files into the docker container
48- # at runtime to avoid potential conflicts with local files
49-
50- # define DOCKER_RUN
51- # docker run --workdir=/io \
52- # -v $(CURDIR)/book:/io/book \
53- # -v $(CURDIR)/Makefile:/io/Makefile \
54- # -v $(CURDIR)/poetry.lock:/io/poetry.lock \
55- # -v $(CURDIR)/pyproject.toml:/io/pyproject.toml \
56- # python4compscience
57- # endef
58- #
5947define DOCKER_RUN
6048docker run --rm -v $(CURDIR ) :/io python4compscience
6149endef
6250
63-
6451docker-bash :
6552 docker run --workdir=/io -t -i -v $(CURDIR ) :/io python4compscience bash
6653
You can’t perform that action at this time.
0 commit comments