Here123 commited on
Commit
8f380e2
1 Parent(s): f4914a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM ubuntu:20.04
 
 
5
  ENV OPENAI_API_KEY=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
6
  ENV CODE=123456
7
 
 
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM ubuntu:20.04
5
+ RUN apt-get update
6
+ RUN apt-get install -y python3 python3-pip
7
  ENV OPENAI_API_KEY=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
8
  ENV CODE=123456
9