We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a8590 commit 2416b46Copy full SHA for 2416b46
run_mlp_tests.sh
@@ -6,4 +6,6 @@ docker build . --network=host -f Dockerfile-mlp-sdk-test \
6
-t mlp_sdk_tests --no-cache
7
8
docker run --network=host -v $(pwd):/mlp_python_sdk mlp_sdk_tests pip install .
9
-docker run --network=host -v $(pwd):/mlp_python_sdk mlp_sdk_tests pytest
+docker run --network=host -v $(pwd):/mlp_python_sdk mlp_sdk_tests pytest
10
+
11
+sudo rm -Rf $(find . -name __pycache__)
0 commit comments