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
d9b856a5ba
commit
2fd169873a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# https://python-mip.readthedocs.io/en/latest/install.html
|
||||
|
||||
# Pull base image
|
||||
FROM arm64v8/python:3.10.12-slim-buster as build-image
|
||||
FROM python:3.10.12-slim-buster as build-image
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
|
|
@ -24,7 +24,7 @@ RUN pip install --upgrade pip \
|
|||
RUN pip install awslambdaric
|
||||
|
||||
# Second stage: "runtime-image"
|
||||
FROM arm64v8/python:3.10.12-slim-buster
|
||||
FROM python:3.10.12-slim-buster
|
||||
|
||||
# Set work directory to the root of your project
|
||||
WORKDIR /var/task/Model
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue