Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 392 Bytes

File metadata and controls

42 lines (27 loc) · 392 Bytes

Patterns


Re-visiting the dermatology images problem.



Images & Containers

Notes in progress. Focusing on development, data science, via containers.

touch Dockerfile

docker build -t tensors .

docker run -i -t -w /app --mount type=bind,src="$(pwd)",target=/app tensors