Skip to content
Snippets Groups Projects
Verified Commit db20374d authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

fix dockerfile

parent 5f8a80e2
No related branches found
No related tags found
1 merge request!1Bootstrap repo
Pipeline #81789 passed
......@@ -3,7 +3,7 @@ FROM python:3
WORKDIR /src
# Install worker as a package
COPY worker_generic-training-dataset worker_generic-training-dataset
COPY worker_generic_training_dataset worker_generic_training_dataset
COPY requirements.txt setup.py VERSION ./
RUN pip install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment