mike dupont commited on
Commit
a742828
·
1 Parent(s): 6f4229d

adding lang agent

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -1,5 +1,10 @@
 
 
1
  FROM python:3.8.9
2
 
 
 
 
3
  WORKDIR /app
4
 
5
  COPY ./requirements.txt /app/requirements.txt
 
1
+ FROM h4ckermike/lang_agent:dev
2
+
3
  FROM python:3.8.9
4
 
5
+ COPY --from=0 /home/opam/ /home/opam/
6
+ COPY --from=0 /lang_agent/ /lang_agent/
7
+
8
  WORKDIR /app
9
 
10
  COPY ./requirements.txt /app/requirements.txt