dockerfile parity and verion fix
This commit is contained in:
@ -9,6 +9,7 @@ RUN cd Cbc-2.9.8 && \
|
|||||||
./configure && \
|
./configure && \
|
||||||
make && \
|
make && \
|
||||||
make install
|
make install
|
||||||
|
RUN python -m pip install pydantic
|
||||||
RUN python -m pip install pySqsListener
|
RUN python -m pip install pySqsListener
|
||||||
|
|
||||||
# Bundle app source
|
# Bundle app source
|
||||||
@ -23,4 +24,5 @@ ENV MEASURE_PROCESSED_BUCKET measure-development-solver-processed
|
|||||||
ENV SOLVER_SQS_INGEST_QUEUE https://sqs.ca-central-1.amazonaws.com/455309353401/measure-development-solver-ingest
|
ENV SOLVER_SQS_INGEST_QUEUE https://sqs.ca-central-1.amazonaws.com/455309353401/measure-development-solver-ingest
|
||||||
ENV SOLVER_AWS_REGION ca-central-1
|
ENV SOLVER_AWS_REGION ca-central-1
|
||||||
|
|
||||||
CMD [ "python", "main.py" ]
|
# CMD [ "python", "main.py" ]
|
||||||
|
CMD tail -f /dev/null
|
||||||
|
@ -3,7 +3,7 @@ import os
|
|||||||
from services.loft import Loft
|
from services.loft import Loft
|
||||||
from helpers import aws_helper
|
from helpers import aws_helper
|
||||||
|
|
||||||
print("Starting Solver Service (v0.3.0)...")
|
print("Starting Solver Service (v0.3.1)...")
|
||||||
|
|
||||||
# listen to the solver queue
|
# listen to the solver queue
|
||||||
while True:
|
while True:
|
||||||
|
@ -1 +1 @@
|
|||||||
0.2.0
|
0.3.1
|
||||||
|
Reference in New Issue
Block a user