test parallel docker container
This commit is contained in:
5
dockerfile
Normal file
5
dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM pennylaneai/pennylane:latest-lightning-qubit
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user