Skip to content

Commit 59b9669

Browse files
committed
fixed type of kernel name
1 parent a1b8235 commit 59b9669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-tensorflow/Dockerfile.2.4-py38-cuda11.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN python3 -m pip install --no-cache-dir \
8585

8686
COPY ./service-defs /etc/backend.ai/service-defs
8787
# Install ipython kernelspec
88-
Run python3 -m ipykernel install --display-name "TensorFlow 2.4 on Python 3.8 & CUDA 11ᇂᇂᇂᇂ.1" && \
88+
Run python3 -m ipykernel install --display-name "TensorFlow 2.4 on Python 3.8 & CUDA 11.1" && \
8989
cat /usr/local/share/jupyter/kernels/python3/kernel.json
9090

9191
# Backend.AI specifics

0 commit comments

Comments
 (0)