AMarinic92 / 4560-IA-Accessibility-Checker

GNU Affero General Public License v3.0
0 stars 0 forks source link

Set up Dockerized tensorFlow #22

Closed RozenNoureev closed 3 months ago

RozenNoureev commented 4 months ago

Honestly not sure of the right terminology to use here.

Set up tensor flow model based on tensor flow tutorial, coco captions, and conceptual captions, in a docker container with the appropriate "version control nonsense".

AMarinic92 commented 4 months ago

https://hub.docker.com/r/tensorflow/tensorflow/tags?page=23&ordering=last_updated

Here are all the versions of Tensor flow

AMarinic92 commented 4 months ago

@RozenNoureev for the slurm to get the docker working I used the following commands docker build -t imagename . -f imagename this uses the -t option to specify the image name and directory (.) and -f makes the output docker image named after imagename docker run imagename if we didn't do -f this didn't work as it was looking for Dockerimage