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 e89df0c commit bf85e4fCopy full SHA for bf85e4f
Dockerfile
@@ -34,6 +34,8 @@ COPY --from=builder /usr/src/app/requirements.txt .
34
RUN pip install --upgrade pip
35
RUN pip install --no-cache /wheels/*
36
37
+WORKDIR /usr/src/app
38
+
39
COPY code_bert /usr/src/app/code_bert/
40
COPY libs /usr/src/app/libs/
41
COPY queries /usr/src/app/queries/
0 commit comments