added rabbitmq
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM pennylaneai/pennylane:latest-lightning-qubit
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
COPY ./source ./source
|
||||
COPY ./main.py ./
|
||||
COPY ./requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
CMD ["python", "app.py"]
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user