Skip to content

Commit 51c1a74

Browse files
committed
Remove comment
1 parent c6fc370 commit 51c1a74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ RUN \
2525
pip install --no-cache-dir --upgrade black pip && \
2626
echo '. /etc/bash_completion' >> /home/vscode/.bashrc && \
2727
echo 'export PS1="\[\e[32;1m\]\u\[\e[m\]@\[\e[34;1m\]\H\[\e[m\]:\[\e[33;1m\]\w\[\e[m\]$ "' >> /home/vscode/.bashrc && \
28-
# dircolors -b >> /home/vscode/.bashrc && \ # somehow fix colors
2928
apt-get clean
3029
COPY ./requirements.txt /tmp/
3130
RUN \

0 commit comments

Comments
 (0)