We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc8046 commit 670ef06Copy full SHA for 670ef06
Dockerfile
@@ -32,11 +32,6 @@ RUN echo "source activate flowdock" >> /etc/profile.d/conda.sh && \
32
echo "source /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
33
echo "conda activate flowdock" >> ~/.bashrc
34
35
-
36
-# conda activate FlowDock # NOTE: one still needs to use `conda` to (de)activate environments
37
-# pip3 install -e . # install local project as package
38
39
40
## Default shell and command
41
SHELL ["/bin/bash", "-l", "-c"]
42
CMD ["/bin/bash"]
0 commit comments