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 6d2b995 commit 501e997Copy full SHA for 501e997
Dockerfile
@@ -25,7 +25,9 @@ RUN python -m ensurepip --upgrade
25
RUN pip install --no-cache-dir -r requirements.txt
26
27
# Copy the rest of the application code
28
-COPY . .
+COPY ./krr.py krr.py
29
+COPY ./robusta_krr/ robusta_krr/
30
+COPY ./intro.txt intro.txt
31
32
# Run the application using 'poetry run krr simple'
33
CMD ["python", "krr.py", "simple"]
0 commit comments