Spaces:
Sleeping
Sleeping
Create Dockerfile
Browse files- Dockerfile +7 -0
Dockerfile
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM intelligencenoborders/scinobo:v0.1.0
|
2 |
+
|
3 |
+
# Set the working directory in the container
|
4 |
+
WORKDIR /app/src
|
5 |
+
|
6 |
+
# Run app.py when the container launches
|
7 |
+
CMD ["bash"]
|