Skip to content

Commit

Permalink
Ugh...
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanculver committed Aug 8, 2023
1 parent 7eaba73 commit 102aff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ifeq (${PYTHON}, )
override PYTHON=3.8
endif

DOCKER=docker run -T --rm -v ${PWD}:/ntc_rosetta ntc_rosetta-${PYTHON}:latest
JUPYTER=docker run -T --rm -p 8888:8888 -v ${PWD}:/ntc_rosetta ntc_rosetta-${PYTHON}:latest
DOCKER=docker run -t --rm -v ${PWD}:/ntc_rosetta ntc_rosetta-${PYTHON}:latest
JUPYTER=docker run -t --rm -p 8888:8888 -v ${PWD}:/ntc_rosetta ntc_rosetta-${PYTHON}:latest

YANG_VENDORED_BASE_PATH=ntc_rosetta/yang

Expand Down

0 comments on commit 102aff1

Please sign in to comment.