Skip to content

Commit

Permalink
Fixed archive
Browse files Browse the repository at this point in the history
  • Loading branch information
aa-hernandez committed Feb 27, 2024
1 parent 3ddd572 commit 702c06a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions archive/api/batch_processing/api_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ We need to build a Docker image with the necessary packages (mainly TensorFlow)

Navigate to the subdirectory `batch_service` (otherwise you need to specify the Docker context).

Build the image from the Dockerfile in this folder:
```commandline
export IMAGE_NAME=***REMOVED***.azurecr.io/tensorflow:1.14.0-gpu-py3
export REGISTRY_NAME=***REMOVED***
sudo docker image build --rm --tag $IMAGE_NAME --file ./Dockerfile .
```

Test that TensorFlow can use the GPU in an interactive Python session:
```commandline
Expand Down

0 comments on commit 702c06a

Please sign in to comment.