Create Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
RUN pip install --no-cache-dir -r requirements.txt
|