Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 203ebed

Browse files
committed
more fixes
1 parent 8fc7758 commit 203ebed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/python/ai-podcast-part-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,9 @@ ENV NVIDIA_REQUIRE_CUDA="cuda>=8.0"
585585
RUN apt-get update -y && \
586586
apt-get install -y software-properties-common && \
587587
add-apt-repository ppa:deadsnakes/ppa && \
588-
apt-get update -y && \
589588
apt-get install -y python3.11 && \
590589
ln -sf /usr/bin/python3.11 /usr/local/bin/python3.11 && \
590+
ln -sf /usr/bin/python3.11 /usr/local/bin/python3 && \
591591
ln -sf /usr/bin/python3.11 /usr/local/bin/python
592592

593593
# Copy the application from the builder

0 commit comments

Comments
 (0)