Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e8568a + 8a46fff commit c193cd4Copy full SHA for c193cd4
1 file changed
docker/Dockerfile.python
@@ -26,4 +26,9 @@ EXPOSE 8080
26
27
ENV PYTHONUNBUFFERED=1
28
29
+#Prevent Python from writing .pyc files and __pycache__ folders to disk
30
+#Make the runtime faster
31
+
32
+ENV PYTHONDONTWRITEBYTECODE=1
33
34
CMD ["python", "-m", "v1.src.sensing.ws_server"]
0 commit comments