mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct docker image
This commit is contained in:
parent
d6c29cc516
commit
a71bd53592
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
|
|||
WORKDIR var/task/Model
|
||||
|
||||
# Install system dependencies
|
||||
RUN #apt-get update && apt-get install -y netcat-openbsd
|
||||
#RUN apt-get update && apt-get install -y netcat-openbsd
|
||||
|
||||
# Install python dependencies
|
||||
COPY ./backend/requirements/base.txt ./backend/requirements/base.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue