Skip to content

Commit

Permalink
Update tfcert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
teddylee777 authored Jun 1, 2023
1 parent 92fb999 commit 1f7d48a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 99-Misc/01-Colab/tfcert.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
subprocess.run(['pip', 'install', 'pandas==1.4.2'])
subprocess.run(['pip', 'install', 'urllib3'])
subprocess.run(['pip', 'install', 'protobuf==3.19.6'])
subprocess.run(['pip', 'install', 'tensorflow-metadata==1.12.0'])

print('==='*20)
print('[알림] TensorFlow 시험환경 구성이 완료 되었습니다.')
print('==='*20)


0 comments on commit 1f7d48a

Please sign in to comment.