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 f21e786 commit e2da62fCopy full SHA for e2da62f
Dockerfile-profiling
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=unset
3
# hadolint ignore=DL3006
4
FROM ${BASE_IMAGE}
5
6
-RUN <<<EOF
+RUN <<EOF
7
pip install --no-cache-dir --prefer-binary \
8
memray \
9
pytest \
0 commit comments