Spaces:
Runtime error
Runtime error
Commit
•
6908a2a
1
Parent(s):
03c75bd
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,6 +31,6 @@ RUN conda create -p /app/env -y python=3.8
|
|
31 |
|
32 |
SHELL ["conda", "run","--no-capture-output", "-p","/app/env", "/bin/bash", "-c"]
|
33 |
|
34 |
-
RUN pip install competitions==0.1.
|
35 |
|
36 |
CMD competitions run
|
|
|
31 |
|
32 |
SHELL ["conda", "run","--no-capture-output", "-p","/app/env", "/bin/bash", "-c"]
|
33 |
|
34 |
+
RUN pip install competitions==0.1.1
|
35 |
|
36 |
CMD competitions run
|