Skip to content

Commit

Permalink
No need to copy or setup.sh for utils changes
Browse files Browse the repository at this point in the history
krsna1729 committed May 9, 2019
1 parent 56700ff commit 5d14b3d
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -34,5 +34,4 @@ COPY --from=bess-build /opt/bess /opt/bess
COPY --from=bess-build /bin/bessd /bin
WORKDIR /opt/bess/bessctl
COPY entrypoint.sh /entrypoint.sh
COPY utils.py /opt/bess/bessctl/
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ docker run --name bess -itd --cap-add NET_ADMIN \
--cpuset-cpus=12-13 \
--device=/dev/vfio/48 --device=/dev/vfio/82 --device=/dev/vfio/vfio \
--ulimit memlock=-1 -v /dev/hugepages:/dev/hugepages \
-v $(pwd):/conf \
-v $(pwd):/conf -e "PYTHONPATH=/conf" \
krsna1729/spgwu

docker exec bess bash -c "

0 comments on commit 5d14b3d

Please sign in to comment.