rogerscuall commited on
Commit
2d1a8ae
·
1 Parent(s): 5000e16

Init env flask-server

Browse files

Creating an environment for a Flask server

.container-use/AGENT.md ADDED
@@ -0,0 +1 @@
 
 
1
+ No instructions found. Please look around the filesystem and update me
.container-use/environment.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "workdir": "/workdir",
3
+ "base_image": "ubuntu:24.04"
4
+ }