Docker Container Request

21 views
Skip to first unread message

UCASNJ-Xiao

unread,
Nov 3, 2023, 10:33:15 AM11/3/23
to Workshop and Challenge on Learned Image Compression (CLIC)
Dear Organizer:
Hello, I'd like to submit a Docker image. We may encounter path issues when following the DockerHub submission process you mentioned. In the future, we might continue to seek your assistance. To simplify this, we would like to use a more straightforward approach. Our code runs on the "pytorch/pytorch:latest(GPU)" image you provided, but it's missing the "scipy" library. How can we address this?

Nick Johnston

unread,
Nov 3, 2023, 3:13:32 PM11/3/23
to UCASNJ-Xiao, Workshop and Challenge on Learned Image Compression (CLIC)
Generally, we've been asking people to host a Docker image, generally on Dockerhub that will contain the additional dependencies needed.

We happen to have an old file laying around for Pytorch + Scipy and can rebuild that.
It will be available here:


If you have more dependencies, I recommend providing us with a docker file that can be successfully launched.

The current contents of what I sent you is:

```
FROM pytorch/pytorch:latest

RUN apt-get update && \
    pip install scipy
```

-- Nick

On Fri, Nov 3, 2023 at 7:33 AM UCASNJ-Xiao <zhoushengxiaos...@gmail.com> wrote:
Dear Organizer:
Hello, I'd like to submit a Docker image. We may encounter path issues when following the DockerHub submission process you mentioned. In the future, we might continue to seek your assistance. To simplify this, we would like to use a more straightforward approach. Our code runs on the "pytorch/pytorch:latest(GPU)" image you provided, but it's missing the "scipy" library. How can we address this?

--
You received this message because you are subscribed to the Google Groups "Workshop and Challenge on Learned Image Compression (CLIC)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clic-list+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/clic-list/65d204ba-d469-4914-945c-31af8bc2048an%40googlegroups.com.


--
=====================
Nick Johnston
Software Engineer
Machine Intelligence, Compression
Reply all
Reply to author
Forward
0 new messages