Skip to content

Commit 670ef06

Browse files
committed
Update Dockerfile
1 parent ebc8046 commit 670ef06

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ RUN echo "source activate flowdock" >> /etc/profile.d/conda.sh && \
3232
echo "source /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
3333
echo "conda activate flowdock" >> ~/.bashrc
3434

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-
4035
## Default shell and command
4136
SHELL ["/bin/bash", "-l", "-c"]
4237
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)