This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Try to list all installed Python packages in the current environment | |
!pip list | |
STDOUT/STDERR | |
Package Version | |
-------------------------- ----------- | |
absl-py 2.2.2 | |
ace-tools 0.0.1 | |
aeppl 0.0.31 | |
aesara 2.7.3 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################ | |
# | |
# Condor job that runs a TensorFlow Docker container. | |
# Based on http://chtc.cs.wisc.edu/helloworld.shtml and | |
# http://research.cs.wisc.edu/htcondor/HTCondorWeek2016/presentations/FriThain_Docker.pdf | |
# and https://www.tensorflow.org/get_started/os_setup#docker_installation | |
# | |
# Assumes the job is submitted from the WID pool so | |
# allow flocking to the CHTC pool. | |
# |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.