Skip to content

Commit ccd3efc

Browse files
committed
remove outdated commands in comments
1 parent 27fe2f6 commit ccd3efc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,10 @@ docker-build:
4444
docker-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-
#
5947
define DOCKER_RUN
6048
docker run --rm -v $(CURDIR):/io python4compscience
6149
endef
6250

63-
6451
docker-bash:
6552
docker run --workdir=/io -t -i -v $(CURDIR):/io python4compscience bash
6653

0 commit comments

Comments
 (0)