first commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM waggle/plugin-base:1.1.1-ml
|
||||
COPY requirements.txt /app/
|
||||
RUN pip3 install --no-cache-dir --upgrade -r /app/requirements.txt
|
||||
COPY . /app/
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["python3", "/app/main.py"]
|
Reference in New Issue
Block a user