Skip to content

Commit

Permalink
Hotfix for __pycache__ issue.
Browse files Browse the repository at this point in the history
Signed-off-by: peusterm <[email protected]>
  • Loading branch information
peusterm committed Dec 19, 2019
1 parent 902968a commit a54a903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN pip install tngsdk.project
RUN pip install tngsdk.package
ADD . /tng-sdk-benchmark
WORKDIR /tng-sdk-benchmark
RUN python setup.py install
RUN python setup.py develop

#
# Runtime
Expand Down

0 comments on commit a54a903

Please sign in to comment.