Skip to content

Commit

Permalink
Pin tensorflow version to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meoflynn committed Aug 8, 2023
1 parent fbb7060 commit ecfa919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM jupyter/tensorflow-notebook:ubuntu-22.04

# pip install required packages
RUN pip install jupyter-server-proxy tensorflow tensorboard --no-cache-dir
RUN pip install jupyter-server-proxy tensorflow==2.11.1 tensorboard --no-cache-dir
RUN pip install gym==0.25.2 pygame --no-cache-dir

# Note, the trailing slash is important!
Expand Down

0 comments on commit ecfa919

Please sign in to comment.