diff --git a/Dockerfile_up b/Dockerfile_up deleted file mode 100644 index 8d755c5..0000000 --- a/Dockerfile_up +++ /dev/null @@ -1,11 +0,0 @@ -FROM language_detector -EXPOSE 5005 - -COPY requirements.txt . -RUN python -m pip install --upgrade pip -RUN python -m pip install -r requirements.txt - -WORKDIR /app -COPY . /app - -CMD ["python", "predict.py"]