Skip to content

Commit 3e91da6

Browse files
author
Lasse Vulto
committed
remove frozen lockfile arg
1 parent 0c1374b commit 3e91da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asmtransformers/pretrain.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ WORKDIR /app
55
RUN pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --break-system-packages --root-user-action ignore pdm
66
RUN pdm config pypi.verify_ssl False
77
RUN pdm config pypi.url $PIP_PYPI_URL
8-
RUN pdm install --prod --no-editable --frozen-lockfile
8+
RUN pdm install --prod --no-editable
99
CMD ["bash"]

0 commit comments

Comments
 (0)