PegaMichael commited on
Commit
d9d18b0
·
1 Parent(s): 3f7e7d0

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM mcpdc-dockerhub.pegatroncorp.com/cambrian-dl-env/pega_pytorch_1.10.0__2.4.2_production_9b7451127a5a054bec20c2e8b7064391:20230829010615
2
+ WORKDIR /app
3
+ COPY . .
4
+ EXPOSE 7860
5
+ RUN pip install --no-cache-dir -r req.txt
6
+ CMD ["python ./app.py"]
7
+