v0.1.0
Changes: - added rabbitmq hearbeat, consumer and publisher - fixed vqe to run with rabbitmq - added frontend via fasthtml - added proper .env configuration
This commit is contained in:
9
Dockerfile_build/Dockerfile
Normal file
9
Dockerfile_build/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM pennylaneai/pennylane:v0.45.0-lightning-qubit
|
||||
WORKDIR /app
|
||||
COPY ./requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY ./source ./source
|
||||
|
||||
|
||||
ENTRYPOINT ["python", "./source/main.py"]
|
||||
Reference in New Issue
Block a user