Skip to content
Snippets Groups Projects
Commit 3e808b5e authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Fix overfull hbox in code line

parent 6dcb80f5
Branches
No related tags found
No related merge requests found
No preview for this file type
...@@ -139,7 +139,8 @@ Sie können die Umgebung jederzeit mit \lstinline|mamba activate ml| aktivieren ...@@ -139,7 +139,8 @@ Sie können die Umgebung jederzeit mit \lstinline|mamba activate ml| aktivieren
Anschließend installieren wir noch Pakete mit \lstinline|pip| aus dem PyPI-Repository in der Umgebung \lstinline|ml|, die es im \lstinline|conda-forge|-Repository nicht gibt. Hierdurch können allerdings Probleme in Ihrer Umgebung entstehen. Anschließend installieren wir noch Pakete mit \lstinline|pip| aus dem PyPI-Repository in der Umgebung \lstinline|ml|, die es im \lstinline|conda-forge|-Repository nicht gibt. Hierdurch können allerdings Probleme in Ihrer Umgebung entstehen.
\begin{lstlisting}[gobble=2, basicstyle=\ttfamily\footnotesize] \begin{lstlisting}[gobble=2, basicstyle=\ttfamily\footnotesize]
#*\color{gray}(base) C:\textbackslash Users\textbackslash john>*mamba activate ml #*\color{gray}(base) C:\textbackslash Users\textbackslash john>*mamba activate ml
#*\color{gray}(ml) C:\textbackslash Users\textbackslash john>*pip install emnist tensorflow==2.10.1 autorom[accept-rom-license] #*\color{gray}(ml) C:\textbackslash Users\textbackslash john>*pip install emnist autorom[accept-rom-license]
#*\color{gray}(ml) C:\textbackslash Users\textbackslash john>*pip install tensorflow==2.10.1
\end{lstlisting} \end{lstlisting}
Falls Sie eine NVIDIA GPU haben und den Support dafür aktivieren wollen, installieren Sie die folgenden Pakete: Falls Sie eine NVIDIA GPU haben und den Support dafür aktivieren wollen, installieren Sie die folgenden Pakete:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment